clojure 中的 Lancet 是否需要任何包或 jar 文件?

发布于 2024-12-09 14:32:50 字数 273 浏览 0 评论 0原文

《Stuart Halloway》一书中的 Programmin Clojure 谈到了《柳叶刀》,第一步是(use 'lancet),它抛出一些异常,

异常 用户=> (使用“柳叶刀”) java.io.FileNotFoundException:无法找到 lancet__init.class 或 lancet.clj 在类路径上:(NO_SOURCE_FILE:0)

是否需要任何 jar 文件或某些包才能完成此工作?

Programmin Clojure by "Stuart Halloway" book talks about Lancet, Very first step is (use 'lancet) which is throwing some Exception,

Exception
user=> (use 'lancet)
java.io.FileNotFoundException: Could not locate lancet__init.class or lancet.clj
on classpath: (NO_SOURCE_FILE:0)

Is any jar file or some package is required to make this work?

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

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

发布评论

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

评论(1

烟酉 2024-12-16 14:32:50

您需要安装 lancet 才能使用 lancet。我很惊讶这本书没有提到类似的事情。无论如何,我强烈建议您使用 leiningen 代替。 Lancet 已经过时了,leiningen 是当今最流行的 clojure 构建工具。

You need lancet installed to use lancet. I'm surprised the book doesn't mention anything like that. Anyway, I would strongly recommend you use leiningen instead. Lancet is out of date and leiningen is the most popular build tool for clojure these days.

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