babashka.classpath
A
Adds extra-classpath, a string as for example returned by clojure -Spath, to the current classpath.
function([extra-classpath])
G
Returns the current classpath as set by --classpath, BABASHKA_CLASSPATH and add-classpath.
function([])
S
Returns the classpath as a seq of strings, split by the platform specific path separator.
function([cp])