CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 06:04:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081204133448
location: https://web.archive.org/web/20081204133448/https://www.github.com/rincewind/nu/tree
server-timing: captures_list;dur=0.514092, exclusion.robots;dur=0.020131, exclusion.robots.policy;dur=0.012165, esindex;dur=0.010087, cdx.remote;dur=9.009941, LoadShardBlock;dur=373.269099, PetaboxLoader3.datanode;dur=151.743853, PetaboxLoader3.resolve;dur=197.405818
x-app-server: wwwb-app200
x-ts: 302
x-tr: 404
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 05 Aug 2025 06:04:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 04 Dec 2008 21:34:48 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--be4d4fe64136ba4b5a9e8e7643f35a4e640dd18d; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1537ms
x-archive-orig-etag: "826d7bbfeaeaeec15eb4f6a4b678f20c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 5278
x-archive-orig-x_commoncrawl_originalurl: https://www.github.com/rincewind/nu/tree
x-archive-orig-x_commoncrawl_urlfp: 4209588334090754162
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 826d7bbfeaeaeec15eb4f6a4b678f20c
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1228426488588
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Thu, 04 Dec 2008 13:34:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 04 Dec 2008 13:34:48 GMT", ; rel="memento"; datetime="Thu, 04 Dec 2008 13:34:48 GMT", ; rel="last memento"; datetime="Thu, 04 Dec 2008 13:34:48 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 1230895543934_18-c/1230895846163_16.arc.gz
server-timing: captures_list;dur=0.732136, exclusion.robots;dur=0.034614, exclusion.robots.policy;dur=0.020700, esindex;dur=0.017719, cdx.remote;dur=27.540541, LoadShardBlock;dur=143.997038, PetaboxLoader3.datanode;dur=86.091452, PetaboxLoader3.resolve;dur=108.685212, load_resource;dur=150.812677
x-app-server: wwwb-app200
x-ts: 200
x-tr: 404
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rincewind's nu at master — GitHub
GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009! [ hide ]
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 (

Fork of timburks/nu | |
Description: | Clone of the Nu. Sandbox for my experiments. |
Homepage: | https://programming.nu |
Clone URL: |
git://github.com/rincewind/nu.git
Give this clone URL to anyone.
git clone git://github.com/rincewind/nu.git
|
nu /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | ||
![]() |
LICENSE | ||
![]() |
Makefile | ||
![]() |
NOTICE | ||
![]() |
Nukefile | ||
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
baked/ | ||
![]() |
bootstrap | ||
![]() |
examples/ | ||
![]() |
include/ | ||
![]() |
iphone/ | ||
![]() |
libffi/ | ||
![]() |
main/ | ||
![]() |
notes/ | ||
![]() |
nu/ | ||
![]() |
objc/ | ||
![]() |
pkg/ | ||
![]() |
share/ | ||
![]() |
test/ | ||
![]() |
tools/ | ||
![]() |
util/ |
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 https://www.neontology.com
This feature is coming soon. Sit tight!