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