HTTP/2 302
server: nginx
date: Tue, 15 Jul 2025 11:00:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080515002922
location: https://web.archive.org/web/20080515002922/https://www.paulgraham.com/onlisp.html
server-timing: captures_list;dur=0.733539, exclusion.robots;dur=0.025982, exclusion.robots.policy;dur=0.011332, esindex;dur=0.015801, cdx.remote;dur=26.144449, LoadShardBlock;dur=721.788673, PetaboxLoader3.datanode;dur=436.499931, PetaboxLoader3.resolve;dur=165.498396
x-app-server: wwwb-app216
x-ts: 302
x-tr: 805
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 15 Jul 2025 11:00:26 GMT
content-type: text/html
x-archive-orig-date: Thu, 15 May 2008 07:29:22 GMT
x-archive-orig-p3p: policyref="https://p3p.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV"
x-archive-orig-cache-control: private
x-archive-orig-connection: close
x-archive-orig-transfer-encoding: chunked
x-archive-orig-expires: Thu, 15 May 2008 07:29:22 GMT
x-archive-orig-x_commoncrawl_parsesegmentid: 3586
x-archive-orig-x_commoncrawl_originalurl: https://www.paulgraham.com/onlisp.html
x-archive-orig-x_commoncrawl_urlfp: -6801276079535399629
x-archive-orig-x_commoncrawl_hostfp: -3322273005401297948
x-archive-orig-x_commoncrawl_signature:
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1210836562548
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Thu, 15 May 2008 00:29:22 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 28 Jan 2001 08:55:00 GMT", ; rel="prev memento"; datetime="Fri, 19 Oct 2007 04:59:41 GMT", ; rel="memento"; datetime="Thu, 15 May 2008 00:29:22 GMT", ; rel="next memento"; datetime="Thu, 15 May 2008 15:28:09 GMT", ; rel="last memento"; datetime="Mon, 07 Jul 2025 04:54:04 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 1214436499714_2-c/1214436682355_11.arc.gz
server-timing: captures_list;dur=0.554690, exclusion.robots;dur=0.020966, exclusion.robots.policy;dur=0.010332, esindex;dur=0.010688, cdx.remote;dur=59.809651, LoadShardBlock;dur=294.338752, PetaboxLoader3.datanode;dur=244.936783, PetaboxLoader3.resolve;dur=329.924015, load_resource;dur=325.958928
x-app-server: wwwb-app216
x-ts: 200
x-tr: 749
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
On Lisp
On Lisp is a comprehensive study of advanced Lisp
techniques, with bottom-up programming as the unifying theme.
It gives the first complete description of macros and
macro applications. The book also covers important
subjects related to bottom-up programming, including
functional programming, rapid prototyping, interactive development,
and embedded languages.
The final chapter takes a deeper look at object-oriented
programming than previous Lisp books, showing the step-by-step
construction of a working model of the Common Lisp Object System
(CLOS).
As well as an indispensable reference, On Lisp is a
source of software. Its examples form a library of functions
and macros that readers will be able to use in their own
Lisp programs.
Prentice Hall, 1993, 432 pages, paperback. ISBN 0130305529.
"The first book that really explains what Lisp is all about."
- John Foderaro, Franz Inc.
"On Lisp draws the reader in from the very first sentence.
The author's writing style is clear and articulate,
but comfortably informal. The subject matter is important,
and has not been adequately treated
in previous books. The chapters on macros present important
material that is virtually unique to this book.
The chapter on object-oriented programming is excellent.
The author builds a nice mini-CLOS to teach basic object-oriented
techniques, but then wisely switches to real CLOS to cover the
more advanced topics."
- David Touretzky, Carnegie-Mellon University
"An excellent description of the real essence of Lisp."
- Thomas Cheatham, Harvard University
"As with his other book, ANSI Common Lisp, Graham writes
in a fluid style that is a pleasure to read."
- Amazon.Com
"The topics On Lisp covers are extremely useful for any seriously
aspiring Lisp programmer. I think it's a great idea to collect in one
place programming techniques normally attainable only the hard
way. The examples, which are plentiful and excellent, are one of
the significant strengths of the book."