Eduardo Cavazos
2009-02-10 21:11:08 UTC
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
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