官术网_书友最值得收藏!

  • Clojure for Java Developers
  • Eduardo Díaz
  • 255字
  • 2021-07-16 09:49:47

Installing Leiningen

We are used to having certain tools to help us build our code, such as Ant, Maven, and Gradle.

In the Clojure ecosystem, the de facto standard for dependency and build management is Leiningen (affectionately named after the short story "Leiningen versus the Ants", which I recommend reading at http://en.wikipedia.org/wiki/Leiningen_Versus_the_Ants); Leiningen strives to be a familiar to Java developers, it gets the best ideas from Maven, like: convention over configuration. It also gets ideas from Ant like custom scripting and plugins.

Installing it is very simple, let's check how to do it on Mac OS X (installing on Linux should be the same) using bash as your default shell.

You should also have Java 7 or 8 already installed and configured in your path.

You can check the detailed instructions on the Leiningen project page http://leiningen.org/. If you want to get a Leiningen installation up and running, this is what you would have to do:

curl -O https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
# The next step just set up the lein script in your path, you can do it any way you wish
mv lein ~/bin
echo "export PATH=$PATH:~/bin/">> ~/.bashrc
source ~/.bashrc
# Everything should be running now, let's test it
lein help

The first time you run the lein command, it downloads everything needed from the internet. This makes it very easy to distribute your code, you can even include the lein script with your own projects and make it easier for other developers to get up and running, the only real requirement is the JDK.

主站蜘蛛池模板: 保靖县| 碌曲县| 曲周县| 长治市| 探索| 宁陵县| 宿迁市| 冷水江市| 阳泉市| 岱山县| 黄平县| 凌源市| 长沙市| 饶河县| 茶陵县| 博白县| 靖州| 余姚市| 凯里市| 酒泉市| 岳阳县| 光山县| 湖南省| 吉林省| 巧家县| 长顺县| 莱芜市| 平和县| 虎林市| 巴楚县| 新津县| 琼海市| 平舆县| 将乐县| 衢州市| 塘沽区| 拜城县| 九龙城区| 余姚市| 宣城市| 辽阳市|