[racket-dev] using Racket to build an image-based Lisp: feasible?
Hi Mikel,
You projects sounds very interesting.
2013/3/4 mikel evins <mevins at me.com>:
> Oh, except for the case where I want to deploy on iOS, which forbids JIT.
>
> Of course, Racket doesn't deliver on iOS anyway, as far as I know, except through
> the expedient of compiling to Javascript (which may be adequate; we'll soon see.)
On platforms without JIT is is turned off.
I haven't tried compiling and running the project below, but
the description sounds promising:
https://github.com/nevo/racket-hack
/Jens Axel