Difference between revisions of "CONS"

From Computer History Wiki
Jump to: navigation, search
m (External links: +material at Bitsavers)
(Add a bit more; update link section)
 
Line 1: Line 1:
The '''CONS''' machine was the prototype of the [[CADR]] [[LISP machine]], built by the [[MIT Artificial Intelligence Laboratory|MIT AI Lab]].  
+
The '''CONS''' machine was the prototype of the [[CADR]] [[LISP machine]], built by the [[MIT Artificial Intelligence Laboratory|MIT AI Lab]]; only one was ever built, in around 1974.
  
 
It was physically very similar to the CADR, with a [[microcode]]d [[Central Processing Unit|CPU]] implemented in a single huge [[wire-wrap]] swing-out bay mounted in the front of an [[H960 rack]]; the differences were mostly in the internal [[architecture]] of the CPU.
 
It was physically very similar to the CADR, with a [[microcode]]d [[Central Processing Unit|CPU]] implemented in a single huge [[wire-wrap]] swing-out bay mounted in the front of an [[H960 rack]]; the differences were mostly in the internal [[architecture]] of the CPU.
Line 7: Line 7:
 
==External links==
 
==External links==
  
* [http://www.bitsavers.org/pdf/mit/cons/ CONS] - material at [[Bitsavers]]
+
* [http://bitsavers.org/pdf/mit/cons/ CONS] - material at [[Bitsavers]]
* [http://bitsavers.org/pdf/mit/cadr/Greenblatt-The_LISP_Machine-1975.pdf The LISP Machine]
+
** Richard Greenblatt, [https://bitsavers.org/pdf/mit/cons/TheLispMachine_Nov74.pdf The LISP Machine], MIT AI Lab Working paper 79, November, 1974 - overview of the hardware and low-level software
 +
** Tom Knight, [http://bitsavers.org/pdf/mit/cons/CONS_Nov1974.pdf CONS], MIT AI Lab Working paper 80, November, 1974 - detailed description of the CPU's internals
 +
** [http://bitsavers.org/pdf/mit/cadr/Greenblatt-The_LISP_Machine-1975.pdf The LISP Machine] - a later version of WP79, above
 
<!-- https://dspace.mit.edu/bitstream/handle/1721.1/41114/AI_WP_079.pdf -->
 
<!-- https://dspace.mit.edu/bitstream/handle/1721.1/41114/AI_WP_079.pdf -->
* [http://bitsavers.trailing-edge.com/pdf/mit/cons/CONS_Nov1974.pdf CONS]
+
* LISP Machine Group, [https://tumbleweed.nu/r/lm-3/uv/paper.html LISP Machine Progress Report], MIT AI Lab Memo 444, August 1977 - contains a fair amount of information about the then-working CONS machine <!-- https://apps.dtic.mil/sti/tr/pdf/ADA062178.pdf -->
* [https://tumbleweed.nu/r/lm-3/uv/paper.html LISP Machine Progress Report] - contains a fair amount of information about the then-working CONS machine
 
  
 
[[Category: Workstations]]
 
[[Category: Workstations]]
 
[[Category: Unique Computers]]
 
[[Category: Unique Computers]]

Latest revision as of 11:39, 20 September 2025

The CONS machine was the prototype of the CADR LISP machine, built by the MIT AI Lab; only one was ever built, in around 1974.

It was physically very similar to the CADR, with a microcoded CPU implemented in a single huge wire-wrap swing-out bay mounted in the front of an H960 rack; the differences were mostly in the internal architecture of the CPU.

External links

  • CONS - material at Bitsavers
    • Richard Greenblatt, The LISP Machine, MIT AI Lab Working paper 79, November, 1974 - overview of the hardware and low-level software
    • Tom Knight, CONS, MIT AI Lab Working paper 80, November, 1974 - detailed description of the CPU's internals
    • The LISP Machine - a later version of WP79, above
  • LISP Machine Group, LISP Machine Progress Report, MIT AI Lab Memo 444, August 1977 - contains a fair amount of information about the then-working CONS machine