Liking cljdoc? Tell your friends :D

full.core.dev

Debug and development helpers.

Debug and development helpers.
raw docstring

<printlnclj

(<println & args)
source

bell-charclj

source

blue-strclj

(blue-str & s)
source

call-stackclj

(call-stack)
source

catch-logcljmacro

(catch-log & body)
source

do-bellcljmacro

(do-bell c)

Evaluates c, rings a terminal bell when done and returns the result.

Evaluates c, rings a terminal bell when done and returns the result.
sourceraw docstring

green-strclj

(green-str & s)
source

lcclj

Log context format helper

Log context format helper
sourceraw docstring

source

pwdclj

(pwd)

Returns current working directory

Returns current working directory
sourceraw docstring

red-strclj

(red-str & s)
source

running-in-repl?clj

(running-in-repl?)
source

slurp-ednclj

(slurp-edn f & opts)
source

slurp-linesclj

(slurp-lines f & opts)
source

spit-pprintclj

(spit-pprint f content & opts)
source

start-nstrackerclj

(start-nstracker &
                 {:keys [directories on-reload]
                  :or {directories ["src" "checkouts"] on-reload (fn [_])}})

Automatically tracks source code changes in src and checkouts folder and reloads the changed namespaces.

Automatically tracks source code changes in src and checkouts folder
and reloads the changed namespaces.
sourceraw docstring

yellow-strclj

(yellow-str & s)
source

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

× close