babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2021-03-30T16:18:47.258900Z

babashka 0.3.1 released: https://github.com/babashka/babashka/blob/master/CHANGELOG.md#031

5🎉
NoahTheDuke 2021-03-30T17:11:00.259700Z

When do you increase BABASHKA_RELEASED_VERSION?

borkdude 2021-03-30T17:21:24.260200Z

@nbtheduke done

1🎉
NoahTheDuke 2021-03-30T17:21:44.260500Z

thank you!

nate 2021-03-30T17:22:33.261400Z

@borkdude woah, does this mean that deps.clj is bundled into bb now (from bb -h)?

Clojure:

  clojure [args...]  Invokes clojure. Takes same args as the official clojure CLI.

borkdude 2021-03-30T17:22:57.261700Z

@nate yes. it's been there for a while (under --clojure before)

nate 2021-03-30T17:23:09.262Z

oh wow, cool, must have missed that

nate 2021-03-30T17:23:49.262400Z

ah, doesn't look like it was in the help before

nate 2021-03-30T17:24:01.262600Z

this is great, thanks

borkdude 2021-03-30T17:24:14.262800Z

it was:

Clojure:

  --clojure [args...] Invokes clojure. Takes same args as the official clojure CLI.

nate 2021-03-30T17:24:39.263500Z

oh, my previous version was too old, apologies

borkdude 2021-03-30T17:24:44.263700Z

no worries

richiardiandrea 2021-03-30T18:04:27.264800Z

Hi there, I am reading the babashka book and I https://book.babashka.org/#_input_and_output_flags > Note: input is only available in the user namespace, designed for one-liners. For writing scripts, see scripts. But then there is not Scripts section...I can PR a fix but I was wondering if the sentence is still valid or just the reference needs fixing

borkdude 2021-03-30T18:05:59.265800Z

@richiardiandrea PR welcome. It should link here: https://book.babashka.org/#_scripts The link was probably broken when migrating from markdown to asciidoc

richiardiandrea 2021-03-30T18:06:23.266Z

sounds good will do that

richiardiandrea 2021-03-30T18:28:51.266300Z

https://github.com/babashka/book/pull/25

richiardiandrea 2021-03-30T18:29:31.266600Z

thanks for the watch script 🙏

borkdude 2021-03-30T22:15:37.267Z

there is also a new version of jet with some nice additions: https://github.com/borkdude/jet/releases/tag/v0.0.14

1