在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jtmoulia/elisp-koans开源软件地址:https://github.com/jtmoulia/elisp-koans开源编程语言:Emacs Lisp 100.0%开源软件介绍:elisp-koansWhat is elisp-koans?
These koans are intended for those learning to code in Emacs Lisp and
plus be able to call interactive functions, evaluate code in the buffer, and look up documentation. UsageCreate a clone of this repository: git clone https://github.com/jtmoulia/elisp-koans First load elisp-koans.el by opening it in Emacs then running the interactive
command Next open up koans/asserts.el and navigate to the first test: (elisp-koans/deftest
elisp-koans/asserts-true ()
"`t' is true. Replace the blank with `t' to assert it is true"
(should ___)) Fix the test by replacing the blank ( (should t) Once the test is fixed evaluate the test and then run it by calling
You’re ready to move on to the remaining koans in The CheatsheetYou can check your answers against the cheatsheet, i.e. a branch called
Credits
LicenseThe Common Lisp Koan’s were modified under the terms of the Apache License.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论