Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 778 Bytes

babashka.md

File metadata and controls

21 lines (14 loc) · 778 Bytes

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.

How to

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 :)

Resources