Dependencies
7Adds extra-classpath, a string as for example returned by clojure -Spath, to the current classpath.
functionbabashka.classpath
Takes deps edn map and optionally a map with :aliases (seq of keywords) which will used to calculate classpath. The cl...
functionbabashka.deps
Starts clojure similar to CLI. Use `rlwrap bb` for `clj`-like invocation. Invokes java with babashka.process/process f...
functionbabashka.deps
Returns the current classpath as set by --classpath, BABASHKA_CLASSPATH and add-classpath.
functionbabashka.classpath
- function
babashka.deps
Merge multiple deps edn maps from left to right into a single deps edn map.
functionbabashka.deps
Returns the classpath as a seq of strings, split by the platform specific path separator.
functionbabashka.classpath