[racket] Racket VM in Racket
2014-08-06 16:07 GMT+02:00 Jay McCarthy <jay.mccarthy at gmail.com>:
> This is awesome, Jens.
>
> I'd like to have more Racket VMs for experiments like JavaScript and
> LLVM (to get on to iOS better?). I wonder if you were able to use the
> Whalesong bytecode interpreter during the coding of this?
Whalesong do not interpret the bytecodes directly, so I didn't
look for hints there.
The main references were the documentation, but the paper
"The Racket Virtual Machine and Randomized Testing" helped too.
/Jens Axel