This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-07
Channels
- # adventofcode (94)
- # babashka (29)
- # babashka-sci-dev (2)
- # beginners (103)
- # calva (15)
- # cider (17)
- # clj-kondo (62)
- # cljsrn (24)
- # clojars (13)
- # clojure (97)
- # clojure-belgium (3)
- # clojure-berlin (3)
- # clojure-czech (1)
- # clojure-europe (68)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-seattle (3)
- # clojure-uk (1)
- # clojurescript (7)
- # community-development (29)
- # conjure (2)
- # cursive (14)
- # data-science (15)
- # emacs (3)
- # graphql (10)
- # gratitude (1)
- # holy-lambda (32)
- # hoplon (21)
- # hyperfiddle (2)
- # jobs (2)
- # joyride (36)
- # lsp (4)
- # meander (13)
- # off-topic (203)
- # pathom (3)
- # polylith (6)
- # re-frame (4)
- # reagent (1)
- # reitit (28)
- # releases (1)
- # shadow-cljs (16)
- # slack-help (2)
- # sql (27)
- # vim (2)
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.0.168 (2022-12-07)
• loop*
, fn*
are now special forms and loop
, fn
, defn
, defmacro
, and
and or
are implemented as macros. This restores compatibility with https://github.com/borkdude/hyperfiddle-rcf
• fs: don't touch dirs in split-ext
• Update to babashka process to v0.4.13: support (process opts? & args)
syntax everywhere
• https://github.com/babashka/babashka/issues/1438: expose query-string
and url-encode
functions from org.httpkit.client (https://github.com/bobisageek)
• Add java.util.InputMismatchException
🙏 3
🎉 3
3