Jump to content

SDRAW: Difference between revisions

From EDM2
Created page with "A platform independent utility that allows you to draw ConsCell structures in Common Lisp, it was developed by David S. Touretzky in the 1980's and published in his 1990 b..."
 
Ak120 (talk | contribs)
 
Line 9: Line 9:


==Publications==
==Publications==
* David S. Touretzky: [https://www.cs.cmu.edu/~dst/LispBook/book.pdf COMMON LISP: A Gentle Introduction to Symbolic Computation] - 1990 - The Benjamin/Cummings Publishing Company - The 1990 edition is a free download in a PDF format - the revised 2013 edition by Dover has ISBN 978-0486498201
*David S. Touretzky: ''[https://www.cs.cmu.edu/~dst/LispBook/book.pdf COMMON LISP: A Gentle Introduction to Symbolic Computation]'' - The Benjamin/Cummings Publishing Company 1990, ISBN 0-8053-0492-4
*David S. Touretzky: ''Common LISP: A Gentle Introduction to Symbolic Computation'' - Dover 2013, ISBN 0-486-49820-4


==Author==
==Author==

Latest revision as of 23:13, 25 July 2018

A platform independent utility that allows you to draw ConsCell structures in Common Lisp, it was developed by David S. Touretzky in the 1980's and published in his 1990 book COMMON LISP: A Gentle Introduction to Symbolic Computation. ConsCells are the basic building blocks of LISP lists, basically anything that is not an atom in LIPS is a ConsCell, this tools simply helps you visualise them.

Version

  • SDRAW August 2003
Updated to work with ANSI Common LISP.

Links

Publications

Author

  • David S. Touretzky