TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Qi: a Simple Package Manager for Common Lisp

14 点作者 gnocchi大约 9 年前

4 条评论

616c大约 9 年前
If the author shows up, as one of a few here who wants to know, why YAML? In other languages YAML parsers are a dime-a-dozen affair, while the same is true of SEXP&#x2F;EDNish type stuff so proudly mocked in Lispland by insiders and outsiders alike.<p>Was it personal preference or something more? I scanned your stuff, but did not see anything insightful on the landing page.
评论 #11412856 未加载
评论 #11408736 未加载
jlarocco大约 9 年前
I&#x27;m not sure I understand what this is providing over QuickLisp and QuickProject. Version pinning seems useful, but I don&#x27;t see an explanation of how it&#x27;s being done, and I don&#x27;t understand how it can work with a REPL. It seems like it would be better to handle it in asdf and QuickLisp. Using YAML also seems like a poor choice for Common Lisp, where everything is s-expressions.<p>Also, there&#x27;s already a Common Lisp project named &quot;Qi&quot;: <a href="http:&#x2F;&#x2F;cliki.net&#x2F;Qi" rel="nofollow">http:&#x2F;&#x2F;cliki.net&#x2F;Qi</a>
评论 #11408522 未加载
616c大约 9 年前
This looks pretty cool. It sounds like it can wrap Quicklisp, which is real good considering how much work and apprecation there is for @xach re the Quicklisp work. He also expects to have a big donor announcement status announcement in a few days, according to blog.quicklisp.org.<p>This seems like it is not just a package manager, but maybe like a project manager, between Quicklisp and cl-project?<p>Anyway, every few months I am happy to get back into the CL scene. There is something I cannot get me to move away from the dark arts of Lisp!
评论 #11412867 未加载
yarrel大约 9 年前
This seems to focus more on project lifecycles and scaffolding than Roswell (my current go-to toplevel for Common Lisp).<p>I&#x27;m not sure about using yml to track dependencies, those should be in the asdf file, although I guess this is to enable pinning etc.
评论 #11408550 未加载