[racket] Evaluating pict to string

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Tue Apr 23 15:44:13 EDT 2013

Racket also uses complicated tricks with stack-copying to implemented
continuations, which won't work in Emscripten.

Sam

On Tue, Apr 23, 2013 at 3:36 PM, Tony Garnock-Jones <tonyg at ccs.neu.edu> wrote:
> 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
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users

Posted on the users mailing list.