如何在 clojure 1.3 中查找 import-static

发布于 2024-12-11 09:04:43 字数 287 浏览 0 评论 0原文

我正在阅读《Programming Clojure》,这本书是基于clojure 1.1的。

我想使用最新的稳定版本 1.3,但它没有旧的 clojure-contrib。

我的问题是我在 clojure 1.3 中找不到 import-static 。 我可以从旧的 clojure-contrib 复制宏定义并运行。

clojure 1.3 中是否有 import-static 或某种替代品? 是否有诀窍可以在 1.3 的旧 clojure-contrib 中找到此类库和函数?

I am reading "Programming Clojure", and this book is based on clojure 1.1.

I want to use the latest stable version, 1.3, but it does not have old clojure-contrib.

My problem is that I cannot find import-static in clojure 1.3.
I could copy the macro definition from old clojure-contrib and run.

Is there import-static or some substitute in clojure 1.3?
Are there knowhows to find out such libraries and functions in old clojure-contrib for 1.3?

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

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

发布评论

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

评论(1

左耳近心 2024-12-18 09:04:43

您可以在此处找到更新的位置:
http://dev.clojure.org/display/design/Where +Did+Clojure.Contrib+Go

至于import-static,还没有移过来。也就是说,它将在 1.3 上运行。无需任何修改,直接复制代码即可:
http://github.com /richhickey/clojure-contrib/blob/master/src/main/clojure/clojure/contrib/import_static.clj

You can find the updated locations here:
http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go

As for import-static, it hasn't been moved over. That said, it will run on 1.3. without any modification, so you can just copy the code:
http://github.com/richhickey/clojure-contrib/blob/master/src/main/clojure/clojure/contrib/import_static.clj

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