doc
This commit is contained in:
parent
8ac9c74da0
commit
7f402fd9c9
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ So the sweet spot for babashka is executing tasks from the command line where
|
||||||
fast startup time is preferred, in the same space where you would use bash.
|
fast startup time is preferred, in the same space where you would use bash.
|
||||||
|
|
||||||
Where it can, babashka calls the regular implementation of Clojure on the JVM
|
Where it can, babashka calls the regular implementation of Clojure on the JVM
|
||||||
and proxies common JVM packages like `System`, so writing code in it should be
|
and proxies common Java packages like `System` and `File`, so writing code in it
|
||||||
familiar if you're already using Clojure on the JVM.
|
should be familiar if you're already using Clojure on the JVM.
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue