10.8 源自 Lisp (On Lisp) 10.8 源自 Lisp (On Lisp) 现在宏已经介绍过了,我们看过更多的 Lisp 是由超乎我们想像的 Lisp 写成。许多不是函数的 Common Lisp 操作符是宏,而他们全部用 Lisp 写成的。只有二十五个 Common Lisp 内置的操作符是特殊操作符。 John Foderaro...
Why Lisp? Why Lisp? It’s hard, in only a few pages of an introductory chapter, to explain why users of a language like it, and it’s even harder to make the case for why you sho...
Lisp Value Lisp Value There are several ways to deal with errors in C, but in this context my preferred method is to make errors a possible result of evaluating an expression....
Why Lisp?(为什么是 Lisp?) Why Lisp?(为什么是 Lisp?) It’s hard, in only a few pages of an introductory chapter, to explain why users of a language like it, and it’s even harder to make ...
The Lisp Way The Lisp Way Common Lisp’s error handling system gives you a way out of this conundrum by letting you separate the code that actually recovers from an error from t...