Category:NewLISP: Difference between revisions

Content added Content deleted
m (Properly properly mark as Lisp)
(added link)
Line 1: Line 1:
{{language|NewLISP}}{{implementation|Lisp}}
{{language|NewLISP
|site=http://www.newlisp.org/
}}{{implementation|Lisp}}
'''newLISP''' focuses on the core components of [[LISP]]: lists, symbols, and lambda expressions. To these, newLISP adds [[array|arrays]], implicit indexing on lists and arrays, and dynamic and lexical scoping. Lexical scoping is implemented using separate namespaces called contexts.
'''newLISP''' focuses on the core components of [[LISP]]: lists, symbols, and lambda expressions. To these, newLISP adds [[array|arrays]], implicit indexing on lists and arrays, and dynamic and lexical scoping. Lexical scoping is implemented using separate namespaces called contexts.