Difference between revisions of "CONS"

From Computer History Wiki
Jump to: navigation, search
(External links: + CONS - Knight)
m (External links: +material at Bitsavers)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''CONS''' machine was the prototype of the [[CADR]] [[LISP machine]], built by the [[MIT AI Lab]].  
+
The '''CONS''' machine was the prototype of the [[CADR]] [[LISP machine]], built by the [[MIT Artificial Intelligence Laboratory|MIT AI Lab]].  
  
It was physically very similar to the CADR, with a [[microcode]]d [[Central Processing Unit|CPU]] implemented as 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.
 +
 
 +
{{semi-stub}}
  
 
==External links==
 
==External links==
  
* [http://bitsavers.org/pdf/mit/cadr/Greenblatt-The_LISP_Machine-1975.pdf The LISP Machine] <!-- https://dspace.mit.edu/bitstream/handle/1721.1/41114/AI_WP_079.pdf -->
+
* [http://www.bitsavers.org/pdf/mit/cons/ CONS] - material at [[Bitsavers]]
 +
* [http://bitsavers.org/pdf/mit/cadr/Greenblatt-The_LISP_Machine-1975.pdf The LISP Machine]
 +
<!-- 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]
 
* [http://bitsavers.trailing-edge.com/pdf/mit/cons/CONS_Nov1974.pdf CONS]
* [https://tumbleweed.nu/r/lm-3/uv/paper.html LISP Machine Progress Report]
+
* [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
 
 
{{stub}}
 
  
 
[[Category: Workstations]]
 
[[Category: Workstations]]
 +
[[Category: Unique Computers]]

Latest revision as of 00:56, 28 February 2024

The CONS machine was the prototype of the CADR LISP machine, built by the MIT AI Lab.

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