babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2020-11-27T08:57:46.475100Z

Babashka 0.2.4 released! Featuring an all new pREPL implementation which is used by NextJournal to build a babashka notebook environment: http://nextjournal.com/try/babashka?cm6=1 See changelogs for more details: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v024

🦜 3
borkdude 2020-11-27T12:28:40.476900Z

Another news item: this project that works around some limitations of deps.edn also works with babashka. https://github.com/rejoice-cljc/interdep

Dig 2020-11-27T16:46:46.479Z

https://clj-commons.org/camel-snake-kebab/ used quite a bit in my bb scripting, might be a good one to include

borkdude 2020-11-27T16:50:49.479200Z

Include where? docs? or in bb?

Dig 2020-11-27T17:34:22.479400Z

bb it is small but useful

Dig 2020-11-27T17:35:03.479600Z

it lives on the intersection of bash SCREAM_CASE to keywords, etc.

borkdude 2020-11-27T18:04:17.479800Z

I'll consider it if the request comes up more often

👍 1
cheel 2020-11-27T18:55:51.480200Z

I'm working on a new cli tool https://github.com/rorokimdim/stash Has basic babashka-pod support for scripting. I'd appreciate any feedback or pointers on improving babashka integration. Or the tool in general. Just throwing it out there as I think this might be the right crowd. Thanks for reading!

borkdude 2020-11-27T19:04:06.480700Z

@amit.p.shrestha That's very cool. The pod even works from Python! And it's written in Haskell... 🤯

borkdude 2020-11-27T19:05:30.481700Z

@amit.p.shrestha My feedback would be: maybe you could document the API which you can call from babashka. When I'm dropped into a REPL I have no idea what to do next.

cheel 2020-11-27T19:07:26.482500Z

thanks @borkdude yep i will add try to document the apis better :thumbsup:

borkdude 2020-11-27T19:10:51.482700Z

Also, the first Haskell pod. Great!

🦜 5