Lisp Machine Lisp
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (July 2009) |
|
|
It has been suggested that this article or section be merged into Lisp Machine. (Discuss) Proposed since October 2011. |
Lisp Machine Lisp is a dialect of the Lisp programming language, a direct descendant of Maclisp, and was initially developed in the mid to late 1970s as the systems programming language for the MIT Lisp machines. Lisp Machine Lisp was also the Lisp dialect with the most influence on the design of Common Lisp.
Lisp Machine Lisp itself branched into 3 dialects. Symbolics named their variant ZetaLisp. Lisp Machines, Inc. and later Texas Instruments (with the TI Explorer) would share a common code base, but their dialect of Lisp Machine Lisp would differ from the version maintained at the MIT AI Lab by Richard Stallman and others.
The Lisp Machine Manual (also known as the Chinual) describes the Lisp Machine Lisp language in detail.
Some Lisp Machine Lisp features:
- it supports object-oriented programming with Flavors
- it has dynamic binding, but supports closures with a special construct
- integer numbers were read and printed in base 8 by default
[edit] External links
- Lisp Machine Manual, 6th Edition, January 1984, Hypertext Version
- Lisp Machine Manual, 3rd Edition, March 1981
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |