Is conjure-contrib.jar not standardized now?

主宰稳场 提交于 2019-12-06 00:35:34

I'm not sure what you mean by standardized, but contrib doesn't make backwards breaking changes without good reason. Some things are occasionally moved to core, if they're sufficiently important -- I seem to recall sequence functions doing that, and likely the string functions that you're thinking of.

Re: Leiningen: a new version just came out. In any case, it sounds like you might have a version conflict.

Regarding the classpath: the source of many unpleasant problems until you get used to it (or it was for me). It could be either of the things you mention, given the context, we're almost certainly talking about clojure-contrib.jar.

To download etc. there are various methods. The easiest method, in virtually all cases, is to list them as a dependency in the project.clj file for your project. In other words, use leiningen. You can also download them from clojars. Or you can clone their github repos, and compile them individually, and copy them into the lib directory of your project. But seriously, just use leiningen.

nickik
  1. A lot of functions in clojure-contrib moved into clojure core in Clojure 1.2. The diffrence between now and 1.1 is about the same as the growth of clojure.core.

  2. get the leiningen update

  3. don't know I just use leiningen

  4. Just add it to your project.clj in leinigen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!