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

From: YC (yinso.chen at gmail.com)
Date: Wed Sep 15 17:46:04 EDT 2010

On Wed, Sep 15, 2010 at 2:34 PM, Robby Findler
<robby at eecs.northwestern.edu>wrote:

>
> Not into local dlls, but planet should not stand in the way of
> creating stand alone executables. That is, planet was designed from
> the beginning to support that kind of thing by being integrated into
> the 'require' mechanism.
>

For iPhone native apps the agreement is no downloading code over network -
so the packages would have to be compiled as local dlls and distributed
along with the exe (or possibly compiled into the exe), rather than being
loaded from the central planet repo when the user load the app the first
time.

Would it work as above with planet code if it is compiled into a standalone
exe?

Cheers,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100915/bbd00c39/attachment.html>

Posted on the users mailing list.