Initialize repl in user namespace and make standard repl requires.
Enhanced :read hook for repl supporting :repl/quit.
Default :read hook for repl. Reads from *in* which must either be an instance of LineNumberingPushbackReader or duplicate its behavior of both supporting .unread and collapsing all of CR, LF, and CRLF into a single \newline. repl-read: - skips whitespace, then - returns request-promp...
Add file and line information to a test result and call report. If you are writing a custom assert-expr method, call this function to pass test results to report.
Remove f from the tap set.
Takes a function of no args, presumably with side effects, and returns an infinite (or length n if supplied) lazy sequence of calls to it
Returns an instance of java.util.regex.Pattern, for use, e.g. in re-matcher.
Returns the var or Class to which a symbol will be resolved in the namespace (unless found in the environment), else nil. Note that if the symbol is fully qualified, the var/Class to which it resolves need not be present in the namespace.
Returns an instance of java.util.regex.Matcher, for use, e.g. in re-find.
Returns a lazy seq of the intermediate values of the reduction (as per reduce) of coll by f, starting with init.