This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-03
Channels
- # adventofcode (2)
- # announcements (1)
- # asami (35)
- # babashka (67)
- # beginners (97)
- # cherry (3)
- # clj-yaml (3)
- # cljsrn (9)
- # clojure (44)
- # clojure-dev (34)
- # clojure-europe (13)
- # clojure-gamedev (1)
- # clojure-norway (10)
- # clojure-uk (2)
- # clojurescript (24)
- # clr (1)
- # conjure (18)
- # cursive (4)
- # datalevin (3)
- # emacs (6)
- # graalvm (9)
- # graphql (1)
- # introduce-yourself (1)
- # malli (7)
- # nrepl (3)
- # portal (1)
- # quil (2)
- # reagent (1)
- # reitit (21)
- # releases (1)
- # reveal (11)
- # ring (2)
- # shadow-cljs (17)
- # sql (24)
- # vim (4)
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.0.169 (2023-01-03)
• Implement ns
, lazy-seq
as macro
• Support --dev-build
flag in installation script
• https://github.com/babashka/babashka/issues/1451: Allow passing explicit file and line number to clojure.test (https://github.com/matthewdowney)
• https://github.com/babashka/babashka/issues/1280: babashka REPL doesn't quit right after Ctrl-d (https://github.com/formerly-a-trickster and Alice Margatroid)
• https://github.com/babashka/babashka/issues/1446: add pprint/code-dispatch
• Update zlib to version 1.2.13
(https://github.com/thiagokokada)
• https://github.com/babashka/babashka/issues/1454: Add babashka.process
to print-deps
output
• Update deps.clj
/ clojure tools to 1.11.1.1208
• Add reader-conditional
function
• Fix pretty printing (with clojure.pprint
) of vars
• Upgrade built-in spec.alpha
• SCI performance improvements: faster JVM interop