[racket] Evaluating pict to string

From: Jason Yeo (jasonyeo88 at gmail.com)
Date: Sun Apr 21 22:34:50 EDT 2013

On Mon, Apr 22, 2013 at 9:26 AM, manu d <th3rac25 at gmail.com> wrote:
> I am trying to port TryClojure (https://github.com/Raynes/tryclojure), a
> web-based REPL, to Racket.

Has anyone tried compiling Racket to JavaScript using emscripten?
(https://github.com/kripken/emscripten)

This way, we don't need a server to evaluate the racket code.

Posted on the users mailing list.