OpenGL in Scheme
It was really good to find that chicken (www.call-with-current-continuation.org) has already an egg (plugin) to access opengl (gl, glu) and glut libraries. It is as easy to program 3D prototypes with chicken as it is with C in my opinion or even easier. I am contemplating migrating my current project to scheme instead of c++.
1 Comments:
Wouldn't it be much slower than C?
Post a Comment
<< Home