diff --git a/README.md b/README.md index e7b90b7e..e1a02b72 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ The following Java classes are available: - `System` - `Thread` +More classes can be added by request. + Babashka supports `import` : `(import clojure.lang.ExceptionInfo)`. 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 conditionals](#reader-conditionals) to maintain compatibility with JVM Clojure. -More classes can be added by request. - Special vars: - `*in*`: contains the input read from stdin. EDN by default, multiple lines of