Skip to Content
Practical Common Lisp
book

Practical Common Lisp

by Peter Seibel
April 2005
Beginner to intermediate
528 pages
16h 20m
English
Apress
Content preview from Practical Common Lisp

Typographical Conventions

Inline text set like this is code, usually the names of functions, variables, classes, and so on, that either I've just introduced or I'm about to introduce. Names defined by the language standard are set like this: DEFUN. Larger bits of example code are set like this:

(defun foo (x y z)   (+ x y z))

Since Common Lisp's syntax is notable for its regularity and simplicity, I use simple templates to describe the syntax of various Lisp forms. For instance, the following describes the syntax of DEFUN, the standard function-defining macro:

(defun name (parameter*)   [documentation-string ]   body-form*)

Names in italic in those templates are meant to be filled in with specific names or forms that I'll describe in the text. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Land of Lisp

Land of Lisp

Conrad Barski M.D.
The Go Programming Language

The Go Programming Language

Alan A. A. Donovan, Brian W. Kernighan
The Rust Programming Language, 2nd Edition

The Rust Programming Language, 2nd Edition

Steve Klabnik, Carol Nichols

Publisher Resources

ISBN: 9781590592397Purchase book