[Larceny-users] New versions of gl and glut

Eduardo Cavazos wayo.cavazos at gmail.com
Tue Feb 10 16:11:08 EST 2009


Hello,

http://proteus.freeshell.org/gl.sls
http://proteus.freeshell.org/glut.sls

If you're new to Larceny, here's some basic instructions for using them.

Drop them in your larceny 'lib/' directory.

Start larceny in err5rs mode:

     $ larceny -err5rs

Load the compiler:

     (import (larceny compiler))

Compile glut:

     (compile-library "/src/larceny/lib/glut.sls")

Compile gl:

     (compile-library "/src/larceny/lib/gl.sls")

Ed



More information about the Larceny-users mailing list