*alias-map* dynamic var clojure.tools.reader Map from ns alias to ns, if non-nil, it will be ...
*data-readers* dynamic var clojure.tools.reader Map from reader tag symbols to data reader Vars.... *default-data-reader-fn* dynamic var clojure.tools.reader When no data reader is found for a tag and *defa... default-data-readers var clojure.tools.reader Default map of data reader functions provided by...
eof-error function clojure.tools.reader.impl.errors Throws an ExceptionInfo with the giv...
get-column-number function clojure.tools.reader.reader-types Returns the column number of the ne... get-file-name function clojure.tools.reader.reader-types Returns the file name the reader is... get-line-number function clojure.tools.reader.reader-types Returns the line number of the next...
->IndexingPushbackReader function clojure.tools.reader.reader-types Positional factory function for cla... ->InputStreamReader function clojure.tools.reader.reader-types Positional factory function for cla... illegal-arg-error function clojure.tools.reader.impl.errors Throws an ExceptionInfo with the giv... indexing-push-back-reader function clojure.tools.reader.reader-types Creates an IndexingPushbackReader f... indexing-reader? function clojure.tools.reader.reader-types Returns true if the reader satisfie... IndexingPushbackReader type clojure.tools.reader.reader-types IndexingReader protocol clojure.tools.reader.reader-types input-stream-push-back-reader function clojure.tools.reader.reader-types Creates a PushbackReader from a giv... input-stream-reader function clojure.tools.reader.reader-types Creates an InputStreamReader from a... InputStreamReader type clojure.tools.reader.reader-types inspect function clojure.tools.reader.impl.inspect Return a string description of the ... IPushbackReader protocol clojure.tools.reader.reader-types
line-start? function clojure.tools.reader.reader-types Returns true if rdr is an IndexingR... log-source macro clojure.tools.reader.reader-types If reader is a SourceLoggingPushbac...
map-func function clojure.tools.reader Decide which map type to use, array-map if less ... merge-meta function clojure.tools.reader.reader-types Returns an object of the same type ...
number-literal? function clojure.tools.reader.impl.commons Checks whether the reader is at the...
->PushbackReader function clojure.tools.reader.reader-types Positional factory function for cla... parse-symbol function clojure.tools.reader.impl.commons Parses a string into a vector of th... peek-char function clojure.tools.reader.reader-types Returns the next char from the Read... push-back-reader function clojure.tools.reader.reader-types Creates a PushbackReader from a giv... PushbackReader type clojure.tools.reader.reader-types
*read-eval* dynamic var clojure.tools.reader Defaults to true. ***WARNING*** This setting im... read function clojure.tools.reader Reads the first object from an IPushbackReader o... read function clojure.tools.reader.edn Reads the first object from an IPushbackRead... read+string function clojure.tools.reader Like read, and taking the same args. reader must... read-char function clojure.tools.reader.reader-types Returns the next char from the Read... read-line function clojure.tools.reader.reader-types Reads a line from the reader or fro... read-past function clojure.tools.reader.impl.commons Read until first character that doe... read-string function clojure.tools.reader Reads one object from the string s. Returns nil ... read-string function clojure.tools.reader.edn Reads one object from the string s. Returns ... Reader protocol clojure.tools.reader.reader-types reader-error function clojure.tools.reader.impl.errors Throws an ExceptionInfo with the giv... resolve-symbol dynamic function clojure.tools.reader Resolve a symbol s into its fully qualified name...
->SourceLoggingPushbackReader function clojure.tools.reader.reader-types Positional factory function for cla... ->StringReader function clojure.tools.reader.reader-types Positional factory function for cla... skip-line function clojure.tools.reader.impl.commons Advances the reader to the end of a... source-logging-push-back-reader function clojure.tools.reader.reader-types Creates a SourceLoggingPushbackRead... SourceLoggingPushbackReader type clojure.tools.reader.reader-types string-push-back-reader function clojure.tools.reader.reader-types Creates a PushbackReader from a giv... string-reader function clojure.tools.reader.reader-types Creates a StringReader from a given... StringReader type clojure.tools.reader.reader-types syntax-quote macro clojure.tools.reader Macro equivalent to the syntax-quote reader macr...
unread function clojure.tools.reader.reader-types Pushes back a single character on t...