NewLISP: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
(Redirected to category.)
 
Line 1: Line 1:
[[Category:newLISP]]
#REDIRECT [[:Category:newLISP]]

'''newLISP''' focuses on the core components of LISP: lists, symbols, and lambda expressions. To these, newLISP adds arrays, implicit indexing on lists and arrays, and dynamic and lexical scoping. Lexical scoping is implemented using separate namespaces called contexts.

The result is an easier-to-learn LISP that is even smaller than most Scheme implementations, but which still has about 300 built-in functions. Approximately 200k in size, newLISP is built for high portability using only the most common UNIX system C-libraries. It loads quickly and has a small memory footprint. newLISP is as fast or faster than other popular scripting languages and uses very few resources.

==Citations==
* [ newLISP For BSDs, Linux, Mac OS X, Solaris and Win32
Users Manual and Reference v.9.0 rev 4
Copyright © 1991-2006 Lutz Mueller. www.nuevatec.com]

{{Programming Language}}

Latest revision as of 05:06, 6 February 2007

Redirect to: