I am looking for a mathematical book on Lisp. Some ideas?
+5
A:
Structure and Interpretation of Computer Programs uses mathematical examples. It's not really a book for learning a particular version of Lisp, but you'll learn the concepts.
Jules
2009-02-01 08:48:37
+3
A:
- Elegant LISP Programs by G. J. Chaitin
- Maxima by Example by Edwin L. Woollett Web Page
However, please be noted that Chaitin's version of `LISP' is not the common Lisp used by programmers nowadays to do more practical things. For the more practical aspects of Lisp programming, see Practical Common Lisp by Peter Seibel.
huaiyuan
2009-02-01 16:34:38