I noticed that gl and glut libraries were added to Jazz recently. Very nice!
Is it possible to "load" them into a Jazz repl interactively? I.e.
~ # jazz
JazzScheme v2.1.3 beta
> (... type something here to load gl)
Ed
Guillaume Cartier wrote:
> That feature was in fact added a couple weeks ago! See the message: "Library
> require / import / export now special forms" for details.
Looks good!
> With it, you can now enter the following at the console to get access to
> opengl functionality:
>
> (import (jazz.graphic.opengl))
Hmmm, is there a way to get this to work at a jazz repl started at a
shell? I get an error when I try that:
~ # jazz
JazzScheme v2.1.3 beta
> (import (jazz.graphic.opengl))
*** ERROR IN (console)@1.2 -- Unbound variable: import
1>
Ed