public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
timburks (author)
Sat May 30 22:52:54 -0700 2009
commit  2a54680b7d43fd4479e7900f693fdc9ab188b252
tree    6d8c133f84d68d3347b96d5c797e4173670af9a5
parent  50b2dea243072add2e14ead5fef3dd39cb68d79f parent  f4dbe16444b077c71563c1f551a9b01b2c655f15
nu /
name age message
file .gitignore Sun Dec 28 21:15:48 -0800 2008 Merge branch 'master' of git://github.com/patri... [timburks]
file LICENSE Wed Mar 12 13:14:05 -0700 2008 Relicensing to the Apache Public License, v. 2.0. [timburks]
file Makefile Sat Dec 27 14:06:25 -0800 2008 Removed -O2 optimization from bootstrap Makefil... [Tim Burks]
file NOTICE Wed Mar 12 13:14:05 -0700 2008 Relicensing to the Apache Public License, v. 2.0. [timburks]
file Nukefile Loading commit data...
file README Sun Mar 16 09:56:43 -0700 2008 New ifDarwin macro simplifies Nukefiles, minor ... [timburks]
file Rakefile
directory baked/ Sun Dec 14 08:50:13 -0800 2008 Changes to allow Nu to run with GNUstep-base on... [Tim Burks]
file bootstrap Tue May 13 09:07:41 -0700 2008 New alternate bootstrap script by Andrew Norrie... [timburks]
directory examples/ Sun Dec 28 14:12:10 -0800 2008 Merge git://github.com/ekellner/nu Conflicts: ... [Tim Burks]
directory include/ Tue Apr 01 17:15:35 -0700 2008 Added helper function for creating lists from C. [timburks]
directory iphone/ Fri Jan 02 12:49:05 -0800 2009 nush (standalone Nu shell) for the iPhone nush... [timburks]
directory libffi/ Mon Jan 28 07:43:45 -0800 2008 Makefiles for bootstrapping mininush and libffi... [timburks]
directory main/ Fri Jan 02 12:49:05 -0800 2009 nush (standalone Nu shell) for the iPhone nush... [timburks]
directory notes/ Mon Jul 21 00:07:06 -0700 2008 Added an OCaml-like match macro. [ijt]
directory nu/
directory objc/
directory pkg/ Wed Sep 26 23:06:53 -0700 2007 Added nuke task to build installer packages: "n... [timburks]
directory share/ Thu Oct 09 09:23:27 -0700 2008 Merge git://github.com/al-skobelev/nu [timburks]
directory test/
directory tools/ Fri Jan 02 11:05:31 -0800 2009 nuke tool-task fix to build iPhone command-line... [timburks]
directory util/ Mon Aug 04 09:39:33 -0700 2008 Added "macro-0" as an alias for the existing Nu... [timburks]
README
INTRODUCTION

Hello and welcome to Nu.

I created Nu because I wanted a better way to write software.

I wanted to write with a language as flexible and powerful as Lisp, but I 
also wanted to be able to work with the many libraries and high-performance
subsystems written in C, including the ones that I write myself.  So a tight 
integration with C was my highest priority; that ruled and drove the 
implementation of Nu.  That's why Nu is "C over lambda."

It is easier to integrate with C when you have a disciplined way of structuring 
C code.  Popular scripting languages (Python, Ruby, Lua, etc.) make many 
implementation-dependent impositions on the C code that they call.  Their
artifacts are often called "glue code" and are usually ugly, cumbersome, and 
unpleasant to generate.

Objective-C provides a proven way of structuring C code that has no scripting 
language implementation dependencies.  But it can do much more than that.
Objective-C can also serve as a platform for a powerful dynamic language.  
Nu was designed to take full advantage of that.  It was also designed to 
provide many of the elements of successful scripting languages, notably 
Ruby, while adding the syntactic simplicity and flexibility of Lisp.   

LEGAL

Nu is copyrighted open-source software that is released under the Apache
License, version 2.0.  For details on the license, see the LICENSE file.
In its use to name a programming language, "Nu" is a trademark of Neon Design 
Technology, Inc.

SYSTEM REQUIREMENTS

On Macintosh systems, Nu requires Mac OS X version 10.5 or greater.
It is also possible to build Nu to run on Linux systems and the 
Apple iPhone.

INSTALLATION

Installation instructions are in the notes/INSTALL file.

GOING FURTHER

notes/DEMO contains a simple tutorial exercise that can acquaint you with Nu.

notes/USAGE describes a few of the ways that you can use Nu.

notes/ERRORS contains some pitfalls that I've encountered when programming 
with Nu.

notes/TODO contains some open issues that I'd like to address in Nu.

The examples directory contains several fun and interesting examples.

TextMate users can drag and drop share/Nu.tmbundle onto the TextMate 
application icon to add Nu-specific features to TextMate.

AUTHOR

Tim Burks (tim@neontology.com)
Neon Design Technology, Inc.
Los Altos, California, USA
http://www.neontology.com