方法 方法 Methods 方法 What is a method? In OO programming, we don’t think of operating on data directly from outside an object; rather, objects have some understanding of how to...
1.1 新的工具 (New Tools) 1.1 新的工具 (New Tools) 为什么要学 Lisp?因为它让你能做一些其它语言做不到的事情。如果你只想写一个函数来返回小于 n 的数字总和,那么用 Lisp 和 C 是差不多的: ; Lisp /* C */ ( defun sum ( n )...