- 授权协议: Apache
- 开发语言:
- 操作系统: Linux
- 软件首页: https://github.com/google/lisp-koans
- 官方下载: https://github.com/google/lisp-koans
软件介绍
Common Lisp Koans(lisp-koans)是一个语言学习练习程序,类似 ruby koans,python koans 等等。Common Lisp Koans 主要是帮助学习一些 lisp 规范特性和改进,可以学习到大量的 Common Lisp 语言特性。
终端,在文件 'contemplate.lsp' 执行 lisp 解析器:
sbcl --script contemplate.lsp
运行再一个新版本会输出:unning on a fresh version should output the following:
Thinking about ASSERTS ASSERT-TRUE requires more meditation. You have not yet reached enlightenment ... A koan is incomplete. Please meditate on the following code: File "koans/asserts.lsp" Koan "ASSERT-TRUE" Current koan assert status is "(INCOMPLETE)" You are now 0/169 koans and 0/25 lessons closer to reaching enlightenment
C++数据结构与程序设计
克鲁斯 / 钱丽萍 / 清华大学出版社 / 2004-1 / 59.00元
《C++数据结构与程序设计》这本精心制作的课本结合面向对象程序设计和C++强有力的特性,构建数据结构的基本思想,设计了程序和有趣的应用。在此过程中,《C++数据结构与程序设计》探讨了作为软件设计基本工具的问题求解和设计原理、数据抽象、递归和算法的比较分析。《C++数据结构与程序设计》使用真实的案例研究、可重用的软件开发和程序设计项目来增强理解。一起来看看 《C++数据结构与程序设计》 这本书的介绍吧!
