有哪些有趣的开源软件是用 Lisp 编写的?
我一直在寻找用 Lisp 编写的现实应用程序的来源。例如,吃豆人克隆或文字处理器就符合这样的条件。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我一直在寻找用 Lisp 编写的现实应用程序的来源。例如,吃豆人克隆或文字处理器就符合这样的条件。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
网络服务器怎么样
更多示例可以在 cliki。稍微逛一下就可以了。
How about a
More example can be had at the cliki. Just stroll around a little bit.
我在 Arch Linux 上使用的包管理应用程序(类似于 apt-get)Paktahn 是这样编写的在 Common Lisp 中。
The package-management application (similar to apt-get) that I use for Arch Linux, Paktahn, is written in Common Lisp.
这是用 Common Lisp 编写的应用程序列表。它们的“真实世界”程度是有争议的,但既然你认为 pacman 克隆是“真实世界”,我想你会感到满意。
Here is a list of applications written in Common Lisp. How "real world" they are is debatable, but since you consider a pacman clone to be "real world", I assume you will be satisfied.
我想到了两件大事。
第一个有令人难以置信的数量的定制。如果发现 EMACS 中实现了吃豆人,我一点也不感到惊讶。 Maxima 做符号数学,所以我想理解代码会更困难。
Two big things come to mind.
The first has an incredible number of customizations. It would not surprise me in the least to find Pac-Man implemented in EMACS. Maxima does symbolic mathematics, so I imagine it'd be more difficult to grok the code.