clojure配置

Posted Democracy and Science

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了clojure配置相关的知识,希望对你有一定的参考价值。

1‘eclipse打开clojure工程

  1. Install Counterclockwise plugin in Eclipse (from eclipse marketplace). This brings clojure and leiningen support to eclipse.

  2. Add lein2-eclipse plugin to your project.clj :

    :plugins [[lein2-eclipse "2.0.0"]]

  3. Run following command inside the project directory :

          需要先安装命令 brew install leiningen  

          然后执行命令    lein eclipse

This generates necessary project files.

具体是

Created .classpath
Created .project

  1. Import the project into eclipse ( File -> Import -> General -> Existing project ).

  2. Right click on the project in eclipse then "Configure > Convert to leiningen project

2、clojure文件

http://www.liaoxuefeng.com/article/0014171500694729a42a2c8b7f245e0bd54612c88d78a03000

 

以上是关于clojure配置的主要内容,如果未能解决你的问题,请参考以下文章

[Clojure] 包管理器leiningen配置国内镜像仓库

Clojure环境安装与QuickStart

Clojure 学习笔记 1

在 Clojure 中,如何配置 Korma 和 Ragtime 以使用相同的数据库?

Clojure从入门到放弃

Clojure经典实例 PDF下载