资源说明:《land of lisp》,英文版(目前无英译)。pdf文档,清晰,超赞的lisp书籍。学习后,建议买实体书进行收藏。
内容缩略:
BRIEF CONTENTS
Acknowledgments........................................................................................................xvii
Introduction....................................................................................................................1
SECTION I: LISP IS POWER
Chapter 1: Getting Started with Lisp................................................................................15
Chapter 2: Creating Your First Lisp Program.....................................................................21
Chapter 3: Exploring the Syntax of Lisp Code...................................................................31
SECTION II: LISP IS SYMMETRY
Chapter 4: Making Decisions with Conditions..................................................................49
Chapter 5: Building a Text Game Engine.........................................................................67
Chapter 6: Interacting with the World: Reading and Printing in Lisp....................................85
Chapter 6.5: lambda: A Function So Important It Deserves Its Own Chapter.......................103
Chapter 7: Going Beyond Basic Lists.............................................................................107
Chapter 8: This Ain!ˉt Your Daddy!ˉs Wumpus..................................................................1
Chapter 9: Advanced Datatypes and Generic Programming............................................153
SECTION III: LISP IS HACKING..................................................................................191
Chapter 10: Looping with the loop Command................................................................195
Chapter 11: Printing Text with the format Function...........................................................221
Chapter 12: Working with Streams...............................................................................237
Chapter 13: Let!ˉs Create a Web Server!........................................................................25
Functional Programming Is Beautiful ..............................................................................269
SECTION IV: LISP IS SCIENCE
Chapter 14: Ramping Lisp Up a Notch with Functional Programming................................291
Chapter 15: Dice of Doom, a Game Written in the Functional Style..................................303
Chapter 16: The Magic of Lisp Macros..........................................................................339
Chapter 17: Domain-Specific Languages........................................................................355
Chapter 18: Lazy Programming....................................................................................375
Chapter 19: Creating a Graphical, Web-Based Version of Dice of Doom..........................401
Chapter 20: Making Dice of Doom More Fun.................................................................417
Epilogue....................................................................................................................429
Index.........................................................................................................................465
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。