Native Clojure interpreter for scripting. More information: https://book.babashka.org/#usage.
bb -e "(+ 1 2 3)"
bb -f path/to/script.clj
stdin
:printf "first\nsecond" | bb -i "(map clojure.string/capitalize *input*)"
stdin
:echo "{:key 'val}" | bb -I "(:key (first *input*))"