[racket] News flash! Racket once again a legal choice for developing iPhone apps!
On Sep 15, Neil Van Dyke wrote:
> Regarding Racket building for ARM, when you need to build it often
> but ARM is relatively slow... I wonder how much work to get
> cross-compile of the Racket toolset working.
Even if the C core part is cross compiled (there's more stuff in the
collections), the main point is compiling and running the files on the
machine, so cross compilation (if possible) will certainly speed
things up, but will not make it a less-effective testing tool.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!