Returns the URL for a named resource. Use the context class loader if no loader is specified.
returns the registry map, prefer 'get-spec' to lookup a spec by name
Do not call this directly, use '+'
Do not call this directly, use '*'
Returns the groups from the most recent match/find. If there are no nested groups, returns a string of the entire match. If there are nested groups, returns a vector of the groups, the first element being the entire match.
Removes the namespace named by the symbol. Use with caution. Cannot be used to remove the clojure namespace.
Returns a map of the refer mappings for the namespace.
Reduces an associative collection. f should be a function of 3 arguments. Returns the result of applying f to init, the first key and the first value in coll, then applying f to that result and the 2nd key and value, etc. If coll contains no entries, returns init and f is not called. Note th...
Reads the next line from stream that is the current value of *in* .
DEPRECATED: Use 'repeat' instead. Returns a lazy seq of n xs.