Difference between revisions of "CADR"

From Computer History Wiki
Jump to: navigation, search
m (External links: Date for TK's Master's thesis)
m (External links: +CADR LISP Machine and CADR Processor)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
* [http://www.unlambda.com/index.php?n=Main.Cadr Retrocomputing - MIT CADR Lisp Machines] - includes emulator, complete sources, and bootable disk images
 
* [http://www.unlambda.com/index.php?n=Main.Cadr Retrocomputing - MIT CADR Lisp Machines] - includes emulator, complete sources, and bootable disk images
 
* [https://tumbleweed.nu/lm-3/ LM-3 --- resurrecting the MIT CADR] - contains much interesting historical material, as well as current simulation work
 
* [https://tumbleweed.nu/lm-3/ LM-3 --- resurrecting the MIT CADR] - contains much interesting historical material, as well as current simulation work
** Tom Knight, [https://tumbleweed.nu/r/lm-3/uv/knight-thesis.html Implementation of a List Processing Machine], January, 1979 - Knight's PhD thesis; covers the hardware and the macroprocessor which the standard microcode implements <!-- https://dspace.mit.edu/handle/1721.1/16033 -->
+
** Tom Knight, [https://tumbleweed.nu/r/lm-3/uv/knight-thesis.html Implementation of a List Processing Machine], January, 1979 - Knight's Masters thesis; covers the hardware and the macroprocessor which the standard microcode implements <!-- https://dspace.mit.edu/handle/1721.1/16033 -->
 
** [https://tumbleweed.nu/lm-3/history.html Lisp Machine System Release History]
 
** [https://tumbleweed.nu/lm-3/history.html Lisp Machine System Release History]
 
** [https://tumbleweed.nu/lm-3/lmman-editions.html Lisp Machine Manual Editions]
 
** [https://tumbleweed.nu/lm-3/lmman-editions.html Lisp Machine Manual Editions]
 +
* [https://metebalci.com/blog/cadr-lisp-machine-and-cadr-processor/ CADR LISP Machine and CADR Processor] - detailed blog post
 
* [https://onlineonly.christies.com/s/firsts-history-computing-paul-g-allen-collection/cadr-lisp-machine-138/230076 CADR LISP machine] - from [[Paul Allen]]'s collection at the [[Living Computer Museum|LCM]], includes several images
 
* [https://onlineonly.christies.com/s/firsts-history-computing-paul-g-allen-collection/cadr-lisp-machine-138/230076 CADR LISP machine] - from [[Paul Allen]]'s collection at the [[Living Computer Museum|LCM]], includes several images
 
* Images
 
* Images

Latest revision as of 11:36, 25 September 2025

A CADR

The CADR was the first successful LISP machine, built by the MIT AI Lab as a follow-on to the prototype CONS machine. Production apparently started in 1978; as of December, 1978, four were operational.

Physically, the microcoded CPU was a single huge wire-wrap swing-out bay mounted in the front of an H960 rack. A separate backplane held main memory cards, I/O cards, etc.

Many were produced by the AI Lab; several startups (including Symbolics and LMI) produced direct descendants.

The Knight keyboard was used with the MIT-AI ITS machine and CADRs; this is a rendition of the layout


External links