Category:Acornsoft Lisp: Difference between revisions

no edit summary
imported>Rowsety Moid
mNo edit summary
imported>Rowsety Moid
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
{{language|Acornsoft Lisp
|exec=interpreted
|parampass=value
|safety=safe
|checking=dynamic
Line 11 ⟶ 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==
* Arthur Norman and Gillian Cattell, ''LISP on the BBC Microcomputer''
* [[wp:Acornsoft_LISP|Wikipedia:Acornsoft Lisp]]
Anonymous user