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 piec
关于macro的深入领会,我看只能指望Paul Graham的大作:"ANSI Common Lisp"和"on lisp"了。 另外一本名为"Common Lisp Quick Reference"的小书也值得一看,不过更适合Common Lisp老手查阅手册时使用。 浏览完"Practical Common Lisp“后,继续精读"ANSI Common Lisp",并且对其中的习题也不放过。这些练习估计很初级,不过...
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...
对于程序员来说,eval的主要价值大概是作为 Lisp 的概念模型。我们可以想像 Lisp 是由一个长的cond表达式定义而成: (defuneval(exprenv)(cond...((eql(carexpr)'quote)(cdrexpr))...(t(apply(symbol-function(carexpr))(mapcar#'(lambda(x)(evalxenv))(cdrexpr))) 许多表达式...
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...
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 稱爲“可程式的程式語言。” λ 通過撰寫你自己的函數與...
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...