Common-Lisp“教程”的示例游戏参见 - https://github.com/rabbibotton/clog/blob/main/LEARN.md
cd ~/common-lisp/ (or other asdf searchable location)
git clone https://github.com/rabbibotton/clos-encounters.git
At your CL prompt (ql:quickload :clos-encounters)
(clos-encounters:start-game)
更多详情、使用方法,请下载后阅读README.md文件
2022-06-24 09:05:45
7KB
lisp