categories: TODO ...
Babashka is a native, fast starting /Clojure interpreter for scripting. It runs a subset of the Clojure for JVM in your shell and does it fast!
$ ls | bb -i '(filter #(-> % io/file .isDirectory) *input*)'
("doc" "resources" "sci" "script" "src" "target" "test")
bb took 4ms.
For now I have the babashka installed using the /asdf version manager. I can use the /Nix (package manager) but I don't want to get a whole GraalVM as a dependency :)