introduce-yourself

2025-04-27T12:42:40.863199Z

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?

πŸ‘‹ 10
πŸ‘‹πŸ» 1
πŸ‘‹πŸΌ 1
p-himik 2025-04-27T12:46:37.730839Z

Especially if it's Babashka. :)

2025-04-27T13:21:01.970769Z

@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

p-himik 2025-04-27T13:24:50.126579Z

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.

❀️ 1
2025-04-27T13:26:56.882599Z

Awesome, thanks for the suggestion ☺️