Fork me on GitHub
#releases
<
2021-09-01
>
Joshua Suskalo16:09:19

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

clojure-spin 4
🚀 2
👏 2
borkdude17:09:03

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

🎉 8
Noah Bogart21:09:29

this is so cool

Noah Bogart21:09:22

i wonder if it would be feasible to use this instead of the bash script in clojure proper

borkdude21:09:50

If they want to use (parts of) this project, I'd be happy to assist where I can.

dcj22:09:22

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...

👍 4
Noah Bogart21:09:20

that’s a great feature