Category:Acornsoft Lisp: Difference between revisions

no edit summary
imported>Rowsety Moid
(Created page with "{{language|Acornsoft Lisp |exec=interpreted |safety=safe |checking=dynamic |gc=yes}} {{language programming paradigm|functional}} {{language programming paradigm|procedural}} {{implementation|Lisp}} '''Acornsoft Lisp''' is a dialect and implementation of derived from::Lisp developed in the early 1980s for the BBC Micro and related machines. Wikipedia:Acornsoft Lisp")
 
imported>Rowsety Moid
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
{{language|Acornsoft Lisp
|exec=interpreted
|parampass=value
|safety=safe
|checking=dynamic
Line 10 ⟶ 11:
'''Acornsoft Lisp''' is a dialect and implementation of [[derived from::Lisp]] developed in the early 1980s for the [[wp:BBC_Micro|BBC Micro]] and related machines.
 
In the original, 1980s version, all built-in defined names were in upper case; however, versions that use lower case instead have become available.
[[wp:Acornsoft_LISP|Wikipedia:Acornsoft Lisp]]
 
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