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)
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
New releases in the past month: 1.0.170 - 1.1.173
Highlights:
• Support for data_readers.clj(c)
• Include https://github.com/babashka/http-client as built-in library
• Compatibility with clojure.tools.namespace.repl/refresh
• Compatibility with clojure.java.classpath
(and other libraries which rely on java.class.path
and RT/baseLoader
)
• Compatibility with https://github.com/weavejester/eftest test runner (see https://twitter.com/borkdude/status/1616886788898885632)
• Compatibility with https://github.com/weavejester/cljfmt
• Support for *loaded-libs*
and (loaded-libs)
• Support add-watch
on vars (which adds compatibility with potemkin.namespaces
)
• BREAKING: make printing of script results explicit with --prn
Check the https://github.com/babashka/babashka/blob/master/CHANGELOG.md for all the changes!
