Learn Lisp The Hard Way (Second Draft, In-Progress) by "the Phoeron" Colin J.E. Lupton ;; Welcome to L(λ)THW! (let ((llthw '(learn lisp the hard way))) (format t "~{~@(~A~)~^ ~}, because ~{~A~^ ~} is easier!" llthw (cddr llthw))) ;; Common Lisp: Powerful, Expressive, Programmable, General Purpose, Multi-Paradigm. This is a draft-in-progress edition of Learn Lisp the Hard Way. Content is being cons