This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-20
Channels
- # announcements (16)
- # babashka (71)
- # beginners (121)
- # bristol-clojurians (2)
- # calva (55)
- # clj-kondo (16)
- # clojure (103)
- # clojure-europe (9)
- # clojure-italy (5)
- # clojure-nl (4)
- # clojure-spec (49)
- # clojure-uk (57)
- # clojurescript (28)
- # conjure (9)
- # cursive (6)
- # datascript (3)
- # datomic (35)
- # duct (20)
- # events (3)
- # figwheel-main (12)
- # fulcro (6)
- # graalvm (12)
- # juxt (3)
- # kaocha (5)
- # lumo (10)
- # malli (5)
- # off-topic (54)
- # pathom (8)
- # re-frame (19)
- # reitit (21)
- # remote-jobs (1)
- # shadow-cljs (102)
- # sql (38)
- # tools-deps (60)
- # uncomplicate (3)
- # xtdb (10)
Announcing today the first release of https://cognitect.com/dev-tools/index.html, a set of free tools for Clojure devs, including: • https://github.com/cognitect-labs/REBL-distro • https://docs.datomic.com/cloud/dev-local.html

Just to check, is the license changed, or is it the same as before (free for fun, paid for work)?
The dev-tools are free (pursuant to the https://cognitect.com/dev-tools/license.txt of course)
What does this mean for the patreon subscriptions? Are they automatically cancelled, or do we need to stop them?
Sorry if it’s a stupid question. One of our directors has the account and pays for my subscription, so wondering if I need to tell him to stop it.
No more :local/root required for REBL, great to see. Thank you. I've updated my Clojure deps.edn config repository https://github.com/practicalli/clojure-deps-edn#data-browsing #practicalli
@U06HHF230 not a stupid question at all - we reduced the price to $0 to ensure no one would be charged again. There was a message that went to Patreon patrons about this.
Cool, thanks for clarifying
Thx for this dev-tools !
After installing and configuring REBL in my ~/.clojure/deps.edn
, I had this error when starting a REPL :
Error building classpath. Could not find artifact com.cognitect:rebl:jar:0.9.240 in central (
It seems, the error come from lowercase/uppercase conflict because it works fine when I call the REPL with REBL in uppercase in my config file.
We can also wathcing that the maven repo contains two "rebl" directories.
The lowercase one is created when I launch the REPL and so doesn't contains any JAR/Pom.xml files.
Any clue ?
P.S. Maybe it's better that I open an issue on REBL-distro
thanks, we're already aware and will have a new release out today to fix that
see #rebl for a workaround in the meantime if you like
Perfect, thank you very much!
@UFBL6R4P3 fyi, new dev-tools with updated REBL that fixes this is now available https://cognitect.com/dev-tools/
Nice, thx @U064X3EF3!