add edn/read-string

This commit is contained in:
Michiel Borkent 2019-08-14 18:18:23 +02:00
parent b2b35d0a7b
commit d6826593ad
2 changed files with 2 additions and 0 deletions

View file

@ -91,6 +91,7 @@ through the aliases:
- `clojure.string` aliased as `str`
- `clojure.set` aliased as `set`
- `clojure.edn` aliased as `edn` (only `read-string` is available)
- `clojure.java.shell` aliases as `shell` (only `sh` is available)
From Java the following is available:

View file

@ -103,6 +103,7 @@
'pr-str pr-str
'prn prn
'println println
'edn/read-string edn/read-string
'System/getenv get-env
'System/getProperty get-property
'System/getProperties get-properties})