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
If you want to learn more about nREPL: this one might be fun: https://github.com/babashka/babashka.nrepl/issues/28
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?
Thanks! Replied over there.
looks to be repl only:
$ bb -e '(System/exit 1)'; echo $?
1
ahhh yep. you noticed. (clicks link)
Perfect, many thanks!