cold gin

- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
cold gin 创建了一个帖子, Polyglot support: Configure Java to find compiled Clojure classes. Is it possible?
Hello. I have a polyglot project that contains both Java and Clojure. My Clojure files contain gen class directives that correctly compile inside of Maven, and my java classes can find the clojure ... -
cold gin 创建了一个帖子, Running a simple clojure file after compile
Hello. I installed the La Clojure plugin in Intellij IDEA 12.1.6. I created a simple hello world clojure file:(ns foo.bar (:gen-class))(defn -main [args] (println "Hello World!"))I can right click ...