I haven't had a chance to look at this properly yet but maybe somebody can clarify a few things.
This lets me do scheme->js in the browser using moby, which is implemented in racket. So my code gets converted to js on the server hosting this site. Does this mean I can (require ...) other racket libraries as well?
require is currently not working in WeScheme. We'll revisit the design of this in a few weeks. In the context of WeScheme, it would be very cool to be able to treat other people's programs as libraries and be able to require them.
Comments
I haven't had a chance to look at this properly yet but maybe somebody can clarify a few things.
This lets me do scheme->js in the browser using moby, which is implemented in racket. So my code gets converted to js on the server hosting this site. Does this mean I can (require ...) other racket libraries as well?
Bookmarked for later.
OK, couldn't wait. require doesn't seem to work but that's as expected since they don't know what I might load.
moby documentation: http://planet.racket-lang.org/package-source/dyoo/moby.plt/3...
World: http://world.cs.brown.edu/1/htdw-v1.pdf
I'm playing now. Will post some code when I have it working.
require is currently not working in WeScheme. We'll revisit the design of this in a few weeks. In the context of WeScheme, it would be very cool to be able to treat other people's programs as libraries and be able to require them.