babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2020-10-05T13:23:48.272500Z

If anyone wants to contribute to babashka, here is an issue which is relatively clear cut and maybe fun to work on: https://github.com/borkdude/babashka.curl/issues/26

borkdude 2020-10-05T13:25:19.272900Z

If you want to learn more about nREPL: this one might be fun: https://github.com/babashka/babashka.nrepl/issues/28

2020-10-05T14:43:25.274800Z

Hi @borkdude. My team and I really like babashka. Filed this today: https://github.com/borkdude/babashka/issues/606. It seems (System/exit <status-code>) doesn’t work? Or am I doing something wrong?

borkdude 2020-10-05T14:48:17.275200Z

Thanks! Replied over there.

Crispin 2020-10-05T14:48:56.275700Z

looks to be repl only:

$ bb -e '(System/exit 1)'; echo $?
1

Crispin 2020-10-05T14:49:34.276100Z

ahhh yep. you noticed. (clicks link)

2020-10-05T14:56:31.276300Z

Perfect, many thanks!