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
Another news item: this project that works around some limitations of deps.edn also works with babashka. https://github.com/rejoice-cljc/interdep
https://clj-commons.org/camel-snake-kebab/ used quite a bit in my bb scripting, might be a good one to include
Include where? docs? or in bb?
bb it is small but useful
it lives on the intersection of bash SCREAM_CASE to keywords, etc.
I'll consider it if the request comes up more often
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!
@amit.p.shrestha That's very cool. The pod even works from Python! And it's written in Haskell... 🤯
@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.
thanks @borkdude yep i will add try to document the apis better :thumbsup:
Also, the first Haskell pod. Great!