Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Practical Common Lisp Review by William Alexander
Excellent Introduction to Common LIsp
I had been looking for a functional language with closure and object orientation. I wanted the object orientation a little more general than the message passing approach of c++, java, etc.
Well, common lisp has it all and I am finding it fun to use. The word "Practical" in the title is accurate, because Peter Seibel explains some of the issues with the different implementations of common lisp. He also explains how to make your lisp programs portable.
As a result of reading and working through some of the examples, I now only use common lisp for my more complex projects.