it's been a while since i used babashka. Had to do some ffmpeg stuff dynamically and BAM it's done I am blown away by the fact that i can write super fast clojure. Who ever had to chain together transitions in ffmpeg knows how messy it can get but being able to elegantly solve that is really gift from everyone who contributed to bb. Thank you 🙇 gratitude
Please share the ffmpeg transitions script if you can! We’d love to see it!
years later i still can't get over how babashka (+clojure) is so freaking useful and minimal! I recently realized how easy it is to call arbitrary functions via cli from anywhere with bb --config ./path/to/bb.edn -x some.ns/some-fn --arg blah