Difference between revisions of "LISP machine"

From Computer History Wiki
Jump to: navigation, search
(Added hardware support for things like garbage collection)
m (External links: +LispM (and other tales of the undead))
 
Line 10: Line 10:
 
** [https://lisp-machine.org/tag/lisp-machine/ Hacking Nevermore – A TI-Explorer Lisp Machine emulator]
 
** [https://lisp-machine.org/tag/lisp-machine/ Hacking Nevermore – A TI-Explorer Lisp Machine emulator]
 
* [https://archive.org/details/ti-explorer TI Explorer Lisp Machine Source Code]
 
* [https://archive.org/details/ti-explorer TI Explorer Lisp Machine Source Code]
 +
* [https://libarynth.org/lisp_machine LispM (and other tales of the undead)] - many interesting links
  
 
===Japanese LISP machines===
 
===Japanese LISP machines===

Latest revision as of 16:49, 25 September 2025

LISP machines were a series of custom microcoded workstations intended to run large LISP programs. Among other capabilities, they provided hardware support for things like garbage collection. The first two generations (the sole prototype, the CONS machine; and the later somewhat volume CADR) were built at MIT.

Direct descendants of these were produced and sold by Symbolics and LISP Machines Inc; others were produced by other vendors, such as Texas Instruments, Xerox, and others. Eventually, the additional performance of the custom hardware (which could not evolve, in a way which was economical, as fast as general-purpose machines did) was not enough to make the extra cost worth while, and they disappeared.

External links

Japanese LISP machines