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...
Variable Basics Variable Basics As in other languages, in Common Lisp variables are named places that can hold a value. However, in Common Lisp, variables aren’t typed the way ...
*FEATURES* and Read-Time Conditionalization(*FEATURES* 和读取期条件化) *FEATURES* and Read-Time Conditionalization(*FEATURES* 和读取期条件化) Before you can implement this API in a libra...
Filenames Filenames So far you’ve used strings to represent filenames. However, using strings as filenames ties your code to a particular operating system and file system. Like...
Variable Basics(变量的基础知识) Variable Basics(变量的基础知识) As in other languages, in Common Lisp variables are named places that can hold a value. However, in Common Lisp, variables are...
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...