babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2021-05-30T21:52:19.312200Z

TIL:

$ bb -e '(vec (.get (.arguments (.info (java.lang.ProcessHandle/current)))))'
["-e" "(vec (.get (.arguments (.info (java.lang.ProcessHandle/current)))))"]
$ bb -e '(.get (.command (.info (java.lang.ProcessHandle/current))))'
"/Users/borkdude/Dropbox/bin/bb"
(this will be supported in the next one)

souenzzo 2021-05-30T23:15:50.312400Z

It almost look like a quine