微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Common Lisp Koans Common Lisp 语言学习程序

程序名称:Common Lisp Koans

授权协议: Apache

操作系统: Linux

开发语言:

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

Common Lisp Koans 官网

https://github.com/google/lisp-koans

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐