public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
commit  b16f4fe293cfebd3b0d6c89428fcb6083cbb7d02
tree    f8c8c869d86762a10068f6527180caa20036be97
parent  ffc4627f0f655662805e055518a95b8dff2fb701
nu / iphone
README
This directory contains a Nukefile for building the iPhone version of Nu.

The Nukefile builds Nu as a static library (libNu.a) that can be linked
into an iPhone application.  When linking this library into your application,
be sure that the -ObjC link flag is specified; otherwise, most of the classes 
in libNu.a will not be linked into your application.

Your application should #include "Nu/Nu.h", which is copied into the include
directory as part of the build process.

Currently only the iPhone simulator is supported. Support for the iPhone itself
requires an ARM port of libffi.  A port is available from Anthony Green
(http://sourceware.org/libffi/), but has not yet been verified on the iPhone.