This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 6ff609b1ba6360528f314479b6c0e264d5c74554
tree b3cfa68d06aad48615e0a5579ce21551691c404e
parent 7989745269899a7e7186e62071a6b1018a376470
tree b3cfa68d06aad48615e0a5579ce21551691c404e
parent 7989745269899a7e7186e62071a6b1018a376470
nu /
| name | age | message | |
|---|---|---|---|
| |
Makefile | Mon Jan 28 07:43:45 -0800 2008 | [timburks] |
| |
Nukefile | Wed Jan 02 17:39:29 -0800 2008 | [timburks] |
| |
README | Tue Sep 25 21:36:44 -0700 2007 | [timburks] |
| |
Rakefile | Mon Dec 24 22:52:03 -0800 2007 | [timburks] |
| |
examples/ | Fri Jan 11 17:40:10 -0800 2008 | [timburks] |
| |
libffi/ | Mon Jan 28 07:43:45 -0800 2008 | [timburks] |
| |
notes/ | Sat Jan 05 12:27:29 -0800 2008 | [timburks] |
| |
nu/ | Fri Jan 18 14:42:25 -0800 2008 | [timburks] |
| |
objc/ | Thu Jan 17 12:58:07 -0800 2008 | [timburks] |
| |
pkg/ | Wed Sep 26 23:06:53 -0700 2007 | [timburks] |
| |
share/ | Mon Nov 26 17:30:23 -0800 2007 | [timburks] |
| |
test/ | Fri Jan 18 14:42:25 -0800 2008 | [timburks] |
| |
tools/ | Thu Jan 17 12:58:07 -0800 2008 | [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 open-source software that is copyrighted by me and released under the same terms as Ruby. For details on the license, see the notes/COPYING file. In its use to name a programming language, "Nu" is a trademark of Neon Design Technology, Inc. SYSTEM REQUIREMENTS Nu currently requires Mac OS X version 10.4 or greater. 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




