leiningen 2.0 发布,Clojure 构建工具

leiningen 是用于 Clojure 的构建工具。

2.0 版本的改进内容包括:

  • Allow implicit repl profiles to be overridden.
  • Accept :main as an alias for -m in run task.
  • Reader fixes for repl. (Colin Jones, Chas Emerick)
  • Fix bug around stdin for subprocesses that have stopped. (Jean Niklas L'orange)
  • Warn when :user profile is found in project.clj. (Michael Grubb)
  • Treat :user profile as project map outside of project. (Jean Niklas L'orange)

你可能感兴趣的:(clojure)