reagent.debug

dbg

macro

(dbg x)
Useful debugging macro that prints the source and value of x,
as well as package name and line number. Returns x.

dbg

macro

(dbg x)
Useful debugging macro that prints the source and value of x,
as well as package name and line number. Returns x.

dev?

macro

(dev?)
True if assertions are enabled.

dev?

macro

(dev?)
True if assertions are enabled.

log

macro

(log & forms)
Print with console.log, if it exists.

log

macro

(log & forms)
Print with console.log, if it exists.

println

macro

(println & forms)
Print string with console.log

println

macro

(println & forms)
Print string with console.log

prn

macro

(prn & forms)
Like standard prn, but prints using console.log (so that we get
nice clickable links to source in modern browsers).

prn

macro

(prn & forms)
Like standard prn, but prints using console.log (so that we get
nice clickable links to source in modern browsers).

warn

macro

(warn & forms)
Print with console.warn.

warn

macro

(warn & forms)
Print with console.warn.

warn-unless

macro

(warn-unless cond & forms)

warn-unless

macro

(warn-unless cond & forms)