Liking cljdoc? Tell your friends :D

org.parkerici.multitool.dev

Utility functions for development only

Utility functions for development only
raw docstring

aproposclj

(apropos str-or-pattern)

Given a regular expression or stringable thing, return a seq of all definitions in all currently-loaded namespaces that match the str-or-pattern.

Given a regular expression or stringable thing, return a seq of
all definitions in all currently-loaded namespaces that match the
str-or-pattern.
sourceraw docstring

captureclj/s

(capture tag thing)
source

capture-to-fileclj

(capture-to-file thunk file)

Capture standard output to file

Capture standard output to file
sourceraw docstring

capturesclj/s

source

class-sourceclj/s

(class-source klass)

Return the jar file that defines a given class

Return the jar file that defines a given class
sourceraw docstring

dbgclj/smacro

(dbg x)

Wrap this around an expression; will print expression and value when run.

Wrap this around an expression; will print expression and value when run.
sourceraw docstring

debuggableclj/smacro

(debuggable tag captures & body)

tag is a keyword, captures is a list of variable names. Wrap this around an execution; the variables will be captured in the stacktrace

tag is a keyword, captures is a list of variable names. Wrap this around an execution; the variables will be captured in the stacktrace
sourceraw docstring

get-methodsclj/s

(get-methods class)

Return a list of all method names on class

Return a list of all method names on `class`
sourceraw docstring

ppclj/s

(pp thing)
source

taprclj/s

(tapr thing)

Print thing and return it as value

Print `thing` and  return it as value
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close