-
-
-
ANSI Common Lisp
ANSI Common LispANSI Common LispANSI Common LispANSI Common Lisp
-
lisp slime
SLIME是 Emacs 与 Common LISP之间的桥梁,是开发环境与运行环境之间的桥梁。
我个人认为SLIME最重要的一点意义在于:它强调了快速迭代式的开发方式。首先要了解这一点,然后SLIME的各种特性都是为这一点服务的。这其实一直是LISP的开发方式。
-
-
-
-
-
-
Programming Macros in Lisp
Crucially, the macro language is Lisp itself, so the full power of the language is available. Contrast this with C macros, where a separate language (which doesn't know how C works) is used.
-
-