[racket] Evaluating pict to string

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Tue Apr 23 15:36:53 EDT 2013

On Apr 21, 2013, at 7:34 PM, Jason Yeo wrote:
> Has anyone tried compiling Racket to JavaScript using emscripten?
> (https://github.com/kripken/emscripten)

Yep. I didn't get very far. The major obstacle was setjmp/longjmp. 
Emscripten didn't support these at the time, and there are/were also 
plenty of other omissions in its standard library.

Tony

Posted on the users mailing list.