Hello,
I was trying out the opengl library from the wiki.
Some of the functions in the glut library are used to specify callbacks. For example, glutReshapeFunc.
In the glut libraries of Ypsilon, Larceny, and Chicken, I'm able to pass a Scheme procedure to the 'glutReshapeFunc' procedure.
Is this doable with Gambit? From the sound of the manual, it seems like this is not yet supported.
Ed