This commit is contained in:
Michiel Borkent 2019-11-27 14:16:15 +01:00
parent bb0f93805c
commit b0c0aeda76

View file

@ -184,6 +184,8 @@ The following Java classes are available:
- `System` - `System`
- `Thread` - `Thread`
More classes can be added by request.
Babashka supports `import` : `(import clojure.lang.ExceptionInfo)`. Babashka supports `import` : `(import clojure.lang.ExceptionInfo)`.
Babashka supports a subset of the `ns` form where you may use `:require` and `:import`: Babashka supports a subset of the `ns` form where you may use `:require` and `:import`:
@ -197,8 +199,6 @@ Babashka supports a subset of the `ns` form where you may use `:require` and `:i
For the unsupported parts of the ns form, you may use [reader For the unsupported parts of the ns form, you may use [reader
conditionals](#reader-conditionals) to maintain compatibility with JVM Clojure. conditionals](#reader-conditionals) to maintain compatibility with JVM Clojure.
More classes can be added by request.
Special vars: Special vars:
- `*in*`: contains the input read from stdin. EDN by default, multiple lines of - `*in*`: contains the input read from stdin. EDN by default, multiple lines of