Main
20Given a string representation of a fn class, as in a stack trace element, returns a readable version.
functionclojure.main
Helper to return an error message string from an exception.
functionclojure.main
Returns a string from exception data, as produced by ex-triage. The first line summarizes the exception phase and loca...
functionclojure.main
Returns an analysis of the phase, error, cause, and location of an error that occurred based on Throwable data, as ret...
functionclojure.main
Loads Clojure source from a file or resource given its path. Paths beginning with @ or @/ are considered relative to c...
functionclojure.main
Usage: java -cp clojure.jar clojure.main [init-opt*] [main-opt] [arg*] With no options or args, runs an interactive R...
functionclojure.main
Reads from reader, which must be a LineNumberingPushbackReader, while capturing the read string. If the read is succes...
functionclojure.main
Generic, reusable, read-eval-print loop. By default, reads from *in*, writes to *out*, and prints exception summaries ...
functionclojure.main
Default :caught hook for repl
functionclojure.main
Returns the root cause of throwables
functionclojure.main
Default :prompt hook for repl
functionclojure.main
Default :read hook for repl. Reads from *in* which must either be an instance of LineNumberingPushbackReader or duplic...
functionclojure.main
A sequence of lib specs that are applied to `require` by default when a new command-line REPL is started.
valueclojure.main
Create and output an exception report for a Throwable to target. Options: :target - "file" (default), "stderr", "...
functionclojure.main
Returns the initial cause of an exception or error by peeling off all of its wrappers
functionclojure.main
If the next character on stream s is a newline, skips it, otherwise leaves the stream untouched. Returns :line-start, ...
functionclojure.main
Skips whitespace characters on stream s. Returns :line-start, :stream-end, or :body to indicate the relative location ...
functionclojure.main
Returns a (possibly unmunged) string representation of a StackTraceElement
functionclojure.main
Executes body in the context of thread-local bindings for several vars that often need to be set!: *ns* *warn-on-refle...
macroclojure.main
Evaluates body with *read-eval* set to a "known" value, i.e. substituting true for :unknown if necessary.
macroclojure.main