public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
commit  ffc4627f0f655662805e055518a95b8dff2fb701
tree    de74ca354fcaeefd94bdcd3691a8db73b8fa675f
parent  738822c78d5b91857f44af345be4ad21ab46ab6b
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.