Lather, Rinse, Repeat: A Tour of the REPL(REPL 简介) Lather, Rinse, Repeat: A Tour of the REPL(REPL 简介) In this chapter you’ll set up your programming environment and write your ...
Numbers(数值) Numbers(数值) Math, as Barbie says, is hard. Common Lisp can’t make the math part any easier, but it does tend to get in the way a lot less than other programming lan...
前言 这本书面向的读者 如何使用这本书 代码 On Lisp 鸣谢 前言 本书的目的是快速及全面的教你 Common Lisp 的有关知识。它实际上包含两本书。前半部分用大量的例子来解释 Common Lisp 里面重要的概念。后半部分是一个最新 Common Lisp 辞典,涵盖了所有 ANSI Common Lisp 的操作符。 ...
Experimenting in the REPL Experimenting in the REPL To try the REPL, you need a Lisp expression that can be read, evaluated, and printed. One of the simplest kinds of Lisp expr...
Who This Book Is For(本书面向的读者) Who This Book Is For(本书面向的读者) This book is for you if you’re curious about Common Lisp, regardless of whether you’re already convinced you want to...
Files and File I/O(文件和文件 I/O) Files and File I/O(文件和文件 I/O) Common Lisp provides a rich library of functionality for dealing with files. In this chapter I’ll focus on a few bas...
Where to Go Next Where to Go Next So, that’s it. Welcome to the wonderful world of Lisp. The best thing you can do now—if you haven’t already—is to start writing your own Lisp ...