This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-01
Channels
- # announcements (10)
- # aws (1)
- # babashka (19)
- # beginners (104)
- # calva (50)
- # cider (17)
- # cljs-dev (135)
- # cljsrn (56)
- # clojure (240)
- # clojure-dev (4)
- # clojure-europe (19)
- # clojure-nl (2)
- # clojure-uk (7)
- # clojurescript (22)
- # conjure (2)
- # css (1)
- # cursive (10)
- # data-science (1)
- # datomic (60)
- # emacs (2)
- # events (2)
- # exercism (1)
- # figwheel-main (3)
- # fulcro (13)
- # graalvm (5)
- # gratitude (1)
- # inf-clojure (4)
- # introduce-yourself (5)
- # jobs-discuss (21)
- # lsp (36)
- # malli (6)
- # meander (8)
- # missionary (12)
- # off-topic (14)
- # pathom (13)
- # pedestal (10)
- # polylith (42)
- # re-frame (5)
- # reagent (12)
- # reitit (3)
- # releases (8)
- # sci (10)
- # shadow-cljs (37)
- # sql (5)
- # tools-deps (6)
https://github.com/IGJoshua/farolero v1.3.0
• Added configuration options for the interactive functions of core primitives like assert
and check-type
• Updated the default interactive function to be consistent across targets (and consistent with the CL spec)
• Updated documentation to reflect current iterations of the macros
• Fixed tagbody
not being reentrant
deps.clj 0.0.17: A faithful port of the clojure CLI from bash to Clojure itself, distributed in several flavors: GraalVM-native binary, bb script, jar https://github.com/borkdude/deps.clj • Parity with clojure CLI 1.10.3.967 This release is also used by babashka 0.6.0, announced in #announcements
this is so cool
i wonder if it would be feasible to use this instead of the bash script in clojure proper
AFAICT, graalvm doesn't run on every OS (i.e. FreeBSD), so there is some merit to having a shell-script driver, at least sometimes...
that’s a great feature