[racket] News flash! Racket once again a legal choice for developing iPhone apps!

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Sep 15 21:56:24 EDT 2010

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!


Posted on the users mailing list.