书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 40874 个相关结果.
  • 16. Object Reorientation: Generic Functions

    16. Object Reorientation: Generic Functions Copyright © 2003-2005, Peter Seibel 16. Object Reorientation: Generic Functions Because the invention of Lisp predated the rise ...
  • 前言

    前言 这本书面向的读者 如何使用这本书 代码 On Lisp 鸣谢 前言 本书的目的是快速及全面的教你 Common Lisp 的有关知识。它实际上包含两本书。前半部分用大量的例子来解释 Common Lisp 里面重要的概念。后半部分是一个最新 Common Lisp 辞典,涵盖了所有 ANSI Common Lisp 的操作符。 ...
  • 7.8. 遞迴查詢(Common Table Expressions)

    7.8. 遞迴查詢(Common Table Expressions) 7.8.1. SELECT inWITH 注意 小技巧 小技巧 7.8.2. WITH 中的資料修改語法 7.8. 遞迴查詢(Common Table Expressions) WITH 提供了一種撰寫用於更複雜查詢輔助語句的方法。這些通常被稱為公用資料表表示式或 C...
  • 31. Practical: An HTML Generation Library, the Compiler

    31. Practical: An HTML Generation Library, the Compiler Copyright © 2003-2005, Peter Seibel 31. Practical: An HTML Generation Library, the Compiler Now you’re ready to look...
  • Interfacing with Other Languages

    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...
  • 2.2 求值 (Evaluation)

    2.2 求值 (Evaluation) 2.2 求值 (Evaluation) 上一小节中,我们在顶层输入表达式,然后 Lisp 显示它们的值。在这节里我们深入理解一下表达式是如何被求值的。 在 Lisp 里, + 是函数,然而如 (+ 2 3) 的表达式,是函数调用。 当 Lisp 对函数调用求值时,它做下列两个步骤: 首先从左至右对...
  • 二、开始

    二、开始¶ 2.1 支持平台¶ 2.2 下载SLIME¶ 2.2.1 从CVS下载¶ 2.2.2 使用CVS¶ 2.3 安装¶ 2.4 启动SLIME¶ 2.5 调整设置¶ 2.5.1 自动加载¶ 2.5.2 多种Lisp¶ 2.5.3 更快地加载Swank¶ 二、开始¶ 本章告诉你如何配置和启动SLIME。 2.1 支持平...
  • Delivering Applications

    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(字符) 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 . . . 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...