String Comparisons String Comparisons You can compare strings using a set of functions that follow the same naming convention as the character comparison functions except with ...
Beyond Lists: Other Uses for Cons Cells(超越列表:点对单元的其他用法) Beyond Lists: Other Uses for Cons Cells(超越列表:点对单元的其他用法) As you saw in the previous chapter, the list data type is an ill...
Function Calls(函数调用) Function Calls(函数调用) The evaluation rule for function call forms is simple: evaluate the remaining elements of the list as Lisp forms and pass the resultin...
Macros Macros While special operators extend the syntax of Common Lisp beyond what can be expressed with just function calls, the set of special operators is fixed by the langu...
AllegroServe AllegroServe You can serve Web content using Common Lisp in a number of ways; there are at least three open-source Web servers written in Common Lisp as well as pl...
6.7.4. Specific types of packages 6.7.4. Specific types of packages Several specific types of packages have special sub-policies and corresponding packaging rules and practices...
Generic Functions and Classes Generic Functions and Classes The fundamental idea of object orientation is that a powerful way to organize a program is to define data types and ...