Category:NewLISP: Difference between revisions

Added Programming Language template
(Added Programming Language template)
Line 1:
[[Category:Solutions by {{Programming Language]]}}
 
'''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.