有没有简单的方法来安装 Lisp 库,例如 ruby​​ gem (Ruby) 或 easy_install (Python)?

发布于 2024-09-26 09:25:55 字数 172 浏览 10 评论 0原文

我发现 easy_install 对于使用 Python 编程非常有用,就像使用 Ruby 进行 ruby​​gem 一样。

Lisp有类似的功能吗?我知道 Lisp 有很多实现(clisp、sbcl、clozure cl ...),但我只是想知道当 Lispers 需要查找和使用 Lisp 库函数时会做什么。

I find easy_install extremely useful for programming with Python, and the same as rubygem with Ruby.

Does Lisp have similar feature? I understand that there are many Lisp implementations (clisp, sbcl, clozure cl ...), but I just wanted to know what would Lispers do when they need to find and use Lisp library functions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼趣 2024-10-03 09:25:55

这是一个棘手的问题,并且已经尝试了几种解决方案。

我最近对 ​​Common Lisp 用户进行了一项调查,他们中的大多数人只是通过下载项目档案并从 git、cvs、svn 等中检查内容来手动管理库。

下一个最流行的库管理方法是一个名为“asdf”的程序-安装”。有关它的一些信息,请参阅 http://cliki.net/asdf-install

有些人使用名为 clbuild 的程序。它为您从 git、cvs、svn 获取库。 http://common-lisp.net/project/clbuild/ 有更多信息。

我正在开发一个名为 Quicklisp 的项目。我明天将开始公开测试。我认为它比手动库管理、asdf-install 和 clbuild 有一些优势,但不幸的是它没有任何文档或信息。不过,它确实有一群热情的用户,我希望它能帮助人们获得他们需要的 CL 库。有关详细信息,请参阅 http://quicklisp.org。下载测试版的链接将于明天发布。

It's been a tricky problem, and there have been several attempted solutions.

I recently did a survey of Common Lisp users, and most of them simply manage libraries by hand by downloading project archives and checking things out of git, cvs, svn, etc.

The next most popular method of library management is a program called "asdf-install". See http://cliki.net/asdf-install for some info about it.

Some people use a program called clbuild. It grabs libraries from git, cvs, svn for you. http://common-lisp.net/project/clbuild/ has more info.

I'm working on a project called Quicklisp. I'm starting a public beta tomorrow. I think it has some advantages over manual library management, asdf-install, and clbuild, but unfortunately it doesn't have any documentation or information. It does have a group of enthusiastic users, though, and I hope it will help people get the CL libraries they need. For more information, see http://quicklisp.org. The link to download the beta will be there tomorrow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文