前言 这本书面向的读者 如何使用这本书 代码 On Lisp 鸣谢 前言 本书的目的是快速及全面的教你 Common Lisp 的有关知识。它实际上包含两本书。前半部分用大量的例子来解释 Common Lisp 里面重要的概念。后半部分是一个最新 Common Lisp 辞典,涵盖了所有 ANSI Common Lisp 的操作符。 ...
Interfacing with Other Languages Interfacing with Other Languages While many useful libraries can be written in “pure” Common Lisp using only the features specified in the lang...
Delivering Applications Delivering Applications Another topic of practical importance, which I didn’t talk about elsewhere in the book, is how to deliver software written in Li...
Characters(字符) Characters(字符) Common Lisp characters are a distinct type of object from numbers. That’s as it should be—characters are not numbers, and languages that treat the...
To Be Continued . . . To Be Continued . . . I’ve covered the basics—and a bit beyond—of generic functions, the verbs of Common Lisp’s object system. In the next chapter I’ll sh...