Category:Acornsoft Lisp: Difference between revisions

no edit summary
imported>Rowsety Moid
(Redid lost edit adding a book ref and parampass=value)
imported>Rowsety Moid
No edit summary
 
Line 12:
 
In the original, 1980s version, all built-in defined names were in upper case; however, versions that use lower case instead have become available.
 
It is a very small Lisp. The only data types are lists, symbols, 16-bit integers, and the types that represent built-in functions and special forms. Even basic list-processing functions such as <code>length</code>, <code>append</code>, <code>reverse</code>, and <code>equal</code> are not built in. It can nonetheless be used to write interesting programs.
 
==References==
Anonymous user