Lisp

LispDoc

Searchable Common Lisp Documentation

Symbolic programming using Common Lisp

In this document, we describe symbolic programming techniques using the Common Lisp language.

CL-JSON

A JSON parser and generator in Common-Lisp.

Why should I care about Lisp and Scheme?

A post to the comp.lang.scheme newsgroup about why a "newbie", i.e. me :), should care about Lisp/Scheme.

Scheming is Believing

An excellent blog post about the merits of Lisp/Scheme from Steve Yegge. I have to remember to subscribe to this RSS feed.

Editing Lisp Code with Emacs

Marco's Highly Opinionated Guide to Editing Lisp Code with Emacs

This is how you start programming in Lisp

A series of kind suggestions from the helpers of #lisp

This page is my personal suggestion for how a new user should go about setting up their environment to learn Common Lisp, what tutorials to
investigate, and where they should seek help and guidance. It's also a
tutorial on how to pick a configuration that other people are going to
be able to help you with. What this boils down to is whether you care
if you get laughed at instead of helped. If you do care, follow this
guide.

Why We Love Lisp

The original wiki's entry on "Why we love lisp."

The Little JavaScripter

JavaScript has much in common with Scheme. It is a dynamic language. It has a flexible datatype (arrays) that can easily simulate s-expressions. And most importantly, functions are lambdas.

Because of this deep similarity, all of the functions in The Little Schemer can be written in JavaScript. The syntaxes of these two languages are very different, so some transformation rules are needed.

Lisp programming language

Wikipedia entry on Lisp

Syndicate content