Fork me on GitHub
#babashka
<
2020-10-05
>
borkdude13:10:48

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

borkdude13:10:19

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

eigenhombre14:10:25

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?

borkdude14:10:17

Thanks! Replied over there.

eigenhombre14:10:31

Perfect, many thanks!

Crispin14:10:56

looks to be repl only:

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

Crispin14:10:34

ahhh yep. you noticed. (clicks link)