This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-07
Channels
- # announcements (12)
- # aws (2)
- # beginners (233)
- # calva (68)
- # cider (23)
- # circleci (5)
- # clj-kondo (40)
- # cljsrn (4)
- # clojars (3)
- # clojure (200)
- # clojure-austin (1)
- # clojure-canada (1)
- # clojure-dev (16)
- # clojure-europe (1)
- # clojure-finland (1)
- # clojure-italy (4)
- # clojure-nl (16)
- # clojure-spec (3)
- # clojure-uk (102)
- # clojurescript (16)
- # cursive (14)
- # datomic (16)
- # figwheel-main (7)
- # graalvm (3)
- # hoplon (37)
- # jackdaw (23)
- # jobs-discuss (24)
- # joker (4)
- # kaocha (6)
- # keechma (64)
- # off-topic (66)
- # parinfer (1)
- # pedestal (7)
- # re-frame (7)
- # reagent (10)
- # reitit (45)
- # rewrite-clj (12)
- # shadow-cljs (1)
- # slack-help (8)
- # spacemacs (55)
- # sql (9)
- # tools-deps (9)
- # vim (7)
clj-kondo v2019.06.07-alpha! 🎉 new features: Clojure API, JSON/EDN output https://github.com/borkdude/clj-kondo/releases/tag/v2019.06.07-alpha follow up in #clj-kondo

JVM Ecosystem Survey 2019 could use some Clojure representation 🙂 https://snyk.io/blog/jvm-ecosystem-survey-2019/
New version of clj is now available - 1.10.1.447, just bumps the default clojure version to 1.10.1
There are some whitespace bugs in -h and man page. They've been fixed for next release, didn't seem worth re-releasing.
I just updated to version 1.10.1.447 of the Homebrew formula, but Clojure is still reporting its version as 1.10.0:
$ brew list --versions | grep clojure
clojure 1.10.1.447
$ clojure -e "(clojure-version)"
"1.10.0"
Am I missing something? Any suggestions?if you have a deps.edn, that controls what version you are using
either in current dir, or ~/.clojure/deps.edn
the default, if none of those specify, should be 1.10.1
to say it another way, you can use any version of Clojure with any version of clj