Just dropping in to say hi! I played with clojure a few years back, mostly codewars stuff. I just found my self building a CI/CD script in python to make Qlik Cloud App development code first. And then it hit me, why donβt I do this in Clojure?
Especially if it's Babashka. :)
@p-himik , looks interesting, have to look into it a bit more. I was thinking building it as a CLI that I then could call from any shell, e.g., GitHub actions
Yeah, bb would definitely be my choice. It doesn't support 100% of the JDK and some libraries, but most of the time what it supports already is either perfectly enough for CLI tools or can be extended by you or @borkdude.
Awesome, thanks for the suggestion βΊοΈ