vote up 2 vote down star
1

I am looking for a mathematical book on Lisp. Some ideas?

flag

What do you mean by "mathematical book"? A book using Lisp to solve math problems or a book on lisp that is mathematically rigorous? – Steve Rowe Feb 1 at 5:47
I enjoy both of them. The question is therefore open. – Masi Feb 1 at 15:12
You should read the source code to Maxima, a CAS written in CL. – jrockway Feb 2 at 5:40

4 Answers

vote up 3 vote down

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.

link|flag
vote up 4 vote down

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.

link|flag
vote up 2 vote down

John Allen's Anatomy of Lisp.

link|flag
vote up 2 vote down

Essentials of Programming Languages

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.