Monday, October 21, 2002

Intro to Lisp

Lisp: a language that we're told is great but does anyone use it? I spent some time earlier this year writing AI code with Lisp and gained a new perspective on programming languages and design.

Developing with Lisp requires a completely different way of thinking about programming, especially for those coming from a procedural language background (e.g. C/C++/Java) background. However, after playing with it for a while, it makes complete sense and its a joy to work with.

Find out why and how at: Intro to Lisp, in the Lore section.