From b0c0aeda763af6766b14e6c309b09dc31a9002c8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 27 Nov 2019 14:16:15 +0100 Subject: [PATCH] docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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