What’s Next? What’s Next? In the next chapter, you’ll look at how to implement a macro that compiles FOO expressions into Common Lisp so you can embed HTML generation code dire...
Saving Your Work(保存工作成果) Saving Your Work(保存工作成果) You could argue that this is a complete “hello, world” program of sorts. However, it still has a problem. If you exit Lisp and...
The End of the Line The End of the Line As usual, you could keep working with this code to enhance it in various ways. One interesting avenue to pursue is to use the underlying...
Higher Math Higher Math The functions you’ve seen so far are the beginning of the built-in mathematical functions. Lisp also supports logarithms: **LOG** ; exponentiation: **EX...