| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
b77m
9年前发布

Common Lisp 语言学习程序:Common 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

项目主页:http://www.open-open.com/lib/view/home/1429709776651

 本文由用户 b77m 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1429709776651.html
Lisp开发 Common Lisp Koans