This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-04
Channels
- # announcements (1)
- # architecture (16)
- # asami (30)
- # babashka (1)
- # beginners (17)
- # calva (4)
- # clj-kondo (4)
- # clojure (32)
- # clojure-austin (2)
- # clojure-dev (16)
- # clojure-europe (33)
- # clojure-mexico (1)
- # clojurescript (40)
- # data-science (9)
- # emacs (33)
- # fulcro (1)
- # jackdaw (4)
- # malli (25)
- # off-topic (34)
- # pathom (23)
- # react (16)
- # reagent (8)
- # releases (5)
- # vim (46)
New release!
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.1.173 (2023-02-04)
• https://github.com/babashka/babashka/issues/1473: support --config
in other dir + :local/root
(https://github.com/lispyclouds)
• Compatibility with clojure.tools.namespace.repl/refresh
and clojure.java.classpath
• (clojure.lang.RT/baseLoader)
now returns classloader with babashka dependencies on classpath
• Support reading tags from data_readers.clj
and data_readers.cljc
• Don't exit REPL when babashka.deps/add-deps
fails
• Fix #1474: when .bb
file is in different artifact, .clj
file is loaded first if it appears first on classpath
• Support for *loaded-libs*
and (loaded-libs)
• Bump rewrite-clj to 1.1.46
• Bump http-client to 0.0.3
• Bump fs to 0.2.15
• Bump process to 0.4.16