add edn/read-string
This commit is contained in:
parent
b2b35d0a7b
commit
d6826593ad
2 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ through the aliases:
|
||||||
|
|
||||||
- `clojure.string` aliased as `str`
|
- `clojure.string` aliased as `str`
|
||||||
- `clojure.set` aliased as `set`
|
- `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)
|
- `clojure.java.shell` aliases as `shell` (only `sh` is available)
|
||||||
|
|
||||||
From Java the following is available:
|
From Java the following is available:
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,7 @@
|
||||||
'pr-str pr-str
|
'pr-str pr-str
|
||||||
'prn prn
|
'prn prn
|
||||||
'println println
|
'println println
|
||||||
|
'edn/read-string edn/read-string
|
||||||
'System/getenv get-env
|
'System/getenv get-env
|
||||||
'System/getProperty get-property
|
'System/getProperty get-property
|
||||||
'System/getProperties get-properties})
|
'System/getProperties get-properties})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue