Reader
17Map from ns alias to ns, if non-nil, it will be used to resolve read-time ns aliases instead of (ns-aliases *ns*). ...
valueclojure.tools.reader
Map from reader tag symbols to data reader Vars. Reader tags without namespace qualifiers are reserved for Clojure. ...
valueclojure.tools.reader
When no data reader is found for a tag and *default-data-reader-fn* is non-nil, it will be called with two arguments,...
valueclojure.tools.reader
- value
clojure.tools.reader
Defaults to true. ***WARNING*** This setting implies that the full power of the reader is in play, including s...
valueclojure.tools.reader
- value
clojure.tools.reader
Default map of data reader functions provided by Clojure. May be overridden by binding *data-readers*
valueclojure.tools.reader
Decide which map type to use, array-map if less than 16 elements
functionclojure.tools.reader
Reads the first object from an IPushbackReader or a java.io.PushbackReader. Returns the object read. If EOF, throws i...
functionclojure.tools.reader
Reads the first object from an IPushbackReader or a java.io.PushbackReader. Returns the object read. If EOF, throws i...
functionclojure.tools.reader.edn
Like read, and taking the same args. reader must be a SourceLoggingPushbackReader. Returns a vector containing the obj...
functionclojure.tools.reader
- function
clojure.tools.reader
Reads one object from the string s. Returns nil when s is nil or empty. ***WARNING*** Note that read-string ca...
functionclojure.tools.reader
Reads one object from the string s. Returns nil when s is nil or empty. Reads data in the edn format (subset of C...
functionclojure.tools.reader.edn
- function
clojure.tools.reader
Resolve a symbol s into its fully qualified namespace version
functionclojure.tools.reader
Macro equivalent to the syntax-quote reader macro (`).
macroclojure.tools.reader