clojure配置
Posted Democracy and Science
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了clojure配置相关的知识,希望对你有一定的参考价值。
1‘eclipse打开clojure工程
-
Install Counterclockwise plugin in Eclipse (from eclipse marketplace). This brings clojure and leiningen support to eclipse.
-
Add lein2-eclipse plugin to your project.clj :
:plugins [[lein2-eclipse "2.0.0"]]
-
Run following command inside the project directory :
需要先安装命令 brew install leiningen
然后执行命令 lein eclipse
This generates necessary project files.
具体是
Created .classpath
Created .project
-
Import the project into eclipse ( File -> Import -> General -> Existing project ).
-
Right click on the project in eclipse then "Configure > Convert to leiningen project
2、clojure文件
http://www.liaoxuefeng.com/article/0014171500694729a42a2c8b7f245e0bd54612c88d78a03000
以上是关于clojure配置的主要内容,如果未能解决你的问题,请参考以下文章
[Clojure] 包管理器leiningen配置国内镜像仓库