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)It almost look like a quine