Practical Common Lisp - gigamonkeys Practical Common Lisp that book is dead sexy —Xach on #lisp (more blurbs) This page, and the pages it links to, contain text of the Common Lisp book Practical Common Lisp published by Apress These pages now contain the final text as ...
Lisp (programming language) - Wikipedia, the free encyclopedia Lisp (historically, LISP) is a family of computer programming languages with a long history and a distinctive, fully parenthesized Polish prefix notation.[1] Originally specified in 1958, Lisp is the second-oldest high-level programming language in widesp
Common Lisp - Wikipedia, the free encyclopedia Common Lisp (CL) is a dialect of the Lisp programming language, published in ANSI standard document ANSI INCITS 226-1994 (R2004) (formerly X3.226-1994 (R1999)).[1] From the ANSI Common Lisp standard the Common Lisp HyperSpec has been derived[2] for use wi
Common Lisp HyperSpec - Official Site Welcome to the Common Lisp HyperSpec. I hope it serves your need.--Kent Pitman, X3J13 Project Editor Here are some useful starting points: A text-only version of this cover sheet is available. Copyright 1996-2005, LispWorks Ltd. All Rights Reserved.
Common Lisp Documentation - LispWorks Full online reference for ANSI Common Lisp.
Common Lisp the Language, 2nd Edition - Carnegie Mellon School of Computer Science An online version of Steele's reference book on Common Lisp
Common Lisp Documentation - LispWorks The Common Lisp HyperSpec™ is the acclaimed online version of the ANSI Common Lisp Standard, suitable for LispWorks users. The HyperSpec is derived ...
Common Lisp the Language, 2nd Edition An online version of Steele's reference book on Common Lisp.
Common Lisp - Official Site Introduction Welcome to the amazing world of Common Lisp, the programmable programming language. This site is one among many gateways to Common Lisp. Its goal is to provide the Common Lisp community with development resources and to work as a ...
The Lisp Programming Language Significant Language Features Atoms & Lists - Lisp uses two different types of data structures, atoms and lists. Atoms are similar to identifiers, but can also be numeric constants Lists can be lists of atoms, lists, or any combination of the two Function