Map from reader tag symbols to data reader Vars. When Clojure starts, it searches for files named 'data_readers.clj' and 'data_readers.cljc' at the root of the classpath. Each such file must contain a literal map of symbols, like this: {foo/bar my.project.foo/bar foo/baz my.proj...
Removes the method of multimethod associated with dispatch-value.
Same as (refer 'clojure.core
A sequence of lib specs that are applied to `require` by default when a new command-line REPL is started.
Given a class name, return that typeref's class bytes as an InputStream.
Replaces the first instance of match with replacement in s. match/replacement can be: char / char string / string pattern / (string or function of match). See also replace. The replacement is literal (i.e. none of its characters are treated specially) for all cases above exc...