Skip to main content

clojure.main

D

  • demunge

    Given a string representation of a fn class, as in a stack trace element, returns a readable version.

M

R

  • repl-caught

    Default :caught hook for repl

  • repl-requires

    A sequence of lib specs that are applied to `require` by default when a new command-line REPL is started.

W

  • with-bindings

    Executes body in the context of thread-local bindings for several vars that often need to be set!: *ns* *warn-on-refle...

  • with-read-known

    Evaluates body with *read-eval* set to a "known" value, i.e. substituting true for :unknown if necessary.