SDRAW
Appearance
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
- David S. Touretzky: 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
Author
- David S. Touretzky