Common Lisp Quick Reference is a free booklet with short descriptions of the thousand or so symbols defined in the ANSI standard. It comes with a comprehensive index. Its purpose is to give those who like a piece of dead tree in their hands a quick overview on things they know already, o...
Common Lisp Quick Reference has printable Lisp reference sheets. Lispdoc.com searches several sources of Lisp information (Practical Common Lisp, Successful Lisp, On Lisp, the HyperSpec) for documentation. L1sp.org is a redirect service for documentation.Offline...
Common Lisp Quick Reference - A distilled, pocket-size version of the ANSI CL spec. Available for download as a PDF. CLHS - The Common Lisp HyperSpec; the ANSI CL standard, in hypertext form. CLOS MOP specification - A modern public domain online version of chapters 5 and 6 of The Art...
关于macro的深入领会,我看只能指望Paul Graham的大作:"ANSI Common Lisp"和"on lisp"了。 另外一本名为"Common Lisp Quick Reference"的小书也值得一看,不过更适合Common Lisp老手查阅手册时使用。 浏览完"Practical Common Lisp“后,继续精读"ANSI Common Lisp",并且对其中的习题也不放过。这些练习估计很初级,不过...
你的Common Lisp 实现是一个学习更多有关宏的好地方。借由调用展开至内置宏,你可以理解它们是怎么写的。下面是大多数实现对于一个 cond 表达式会产生的展开式: > (pprint (macroexpand-1 '(cond (a b) (c d e) (t f))) (IF A B (IF C (PROGN D E) F)) 函数pprint 印出像代码一样缩排的表...
htm,离线版可以在LispWorks的FTP下载,链接ftp://ftp.lispworks.com/pub/software_tools/reference/...
Common Lisp Quick Reference - A distilled, pocket-size version of the ANSI CL spec. Available for download as a PDF. CLHS - The Common Lisp HyperSpec; the ANSI CL standard, in hypertext form. CLOS MOP specification - A modern public domain online version of chapters 5 and 6 of The Art...
10.8 源自 Lisp (On Lisp) 現在宏已經介紹過了,我們看過更多的 Lisp 是由超乎我們想像的 Lisp 寫成。許多不是函數的 Common Lisp 運算子是宏,而他們全部用 Lisp 寫成的。只有二十五個 Common Lisp 內建的運算子是特殊運算子。 John Foderaro 將Lisp 稱爲“可程式的程式語言。” λ 通過撰寫你自己的函數與...
Common Lisp的强大反而阻碍了库的标准化,而且Common Lisp也没有类似CPAN for Perl这样的东西存在。 QuickLisp的出现是一个福音,能够解决库的依赖问题以及自己下载相应的库,目前有700个上下的库。 Reddit.com讲述了他们从Common Lisp迁移到Python上的原因,主要也是缺少库的问题。 Advantages 在克服了这么多困难之后,你...
Common Lisp Quick Reference - A distilled, pocket-size version of the ANSI CL spec. Available for download as a PDF. CLHS - The Common Lisp HyperSpec; the ANSI CL standard, in hypertext form. CLOS MOP specification - A modern public domain online version of chapters 5 and 6 of The Art...