This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-17
Channels
- # announcements (8)
- # babashka (27)
- # beginners (60)
- # biff (7)
- # calva (3)
- # cider (10)
- # cljs-dev (69)
- # clojure (18)
- # clojure-europe (12)
- # clojure-hungary (1)
- # clojure-korea (2)
- # clojure-new-zealand (12)
- # clojure-nl (1)
- # clojure-norway (80)
- # clojure-uk (9)
- # clojurescript (55)
- # cursive (69)
- # data-science (16)
- # events (5)
- # helix (11)
- # hyperfiddle (23)
- # jobs (1)
- # lsp (5)
- # malli (14)
- # matrix (1)
- # missionary (2)
- # off-topic (40)
- # portal (31)
- # re-frame (17)
- # reitit (11)
- # releases (11)
- # shadow-cljs (4)
- # squint (4)
- # tools-deps (5)
- # yamlscript (4)
https://github.com/nextjournal/clojure-mode v0.3.1 Clojure support for Codemirror 6 • Fix styles in demos by https://github.com/zampino in https://github.com/nextjournal/clojure-mode/pull/48 • Bump squint by https://github.com/borkdude in https://github.com/nextjournal/clojure-mode/pull/50 • Fix https://github.com/nextjournal/clojure-mode/issues/49: bug with hitting backspace after line comment by https://github.com/borkdude in https://github.com/nextjournal/clojure-mode/pull/51
https://github.com/babashka/nbb: Scripting in Clojure on Node.js using https://github.com/babashka/sci
1.2.188 (2024-04-17)
• nbb bundle JS output will ignore nbb.edn
• https://github.com/babashka/nbb/issues/351: Update bun docs/example.

https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.3.190 (2024-04-17)
• Fix https://github.com/babashka/babashka/issues/1679: bump timbre and fix wrapping timbre/log!
• Add java.util.concurrent.CountDownLatch
• Add java.lang.ThreadLocal
• Bump babashka.process
• Bump httpkit to 2.8.0-RC1
• Bump clojure to 1.11.2
• Bump deps.clj
• Bump babashka.cli
• Bump cheshire
to 5.13.0
• Bump http-client
to 0.4.17



How does Babashka do when the classpath (via bb.edn) has conflicts with what's bundled in Babashka? This version uses timbre 0.6.5, which depends on org.clj-commons/pretty 2.2.1, but I may want to use the latest pretty, 2.5.1.
Either way, having access to access to https://cljdoc.org/d/org.clj-commons/pretty/2.5.1/api/clj-commons.ansi#compose is going to be very nice for scripting!