Skip to main content

cljs.repl

A

  • apropos

    Given a regular expression or stringable thing, return a seq of all public definitions in all currently-loaded namespace...

D

  • dir

    Prints a sorted directory of public vars in a namespace

  • doc

    Prints documentation for a var or special form given its name, or for a spec if given a keyword

E

  • Error->map

    Constructs a data representation for a Error with keys: :cause - root cause message :phase - error phase :via - cause...

  • ex-str

    Returns a string from exception data, as produced by ex-triage. The first line summarizes the exception phase and locati...

  • ex-triage

    Returns an analysis of the phase, error, cause, and location of an error that occurred based on Throwable data, as retur...

F

  • find-doc

    Prints documentation for any var whose documentation or name contains a match for re-string-or-pattern

P

S

  • source

    Prints the source code for the given symbol, if it can find it. This requires that the symbol resolve to a Var defined i...

W

  • with-read-known

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