- 授权协议: 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++对象模型
[美] Stanley B. Lippman / 侯捷 / 华中科技大学出版社 / 2001-5 / 54.00元
这本书探索“对象导向程序所支持的C++对象模型”下的程序行为。对于“对象导向性质之基础实现技术”以及“各种性质背后的隐含利益交换”提供一个清楚的认识。检验由程序变形所带来的效率冲击。提供丰富的程序范例、图片,以及对象导向观念和底层对象模型之间的效率测量。一起来看看 《深度探索C++对象模型》 这本书的介绍吧!
