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.
error
macro
(error & forms)
Print with console.error.
error
macro
(error & forms)
Print with console.error.
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).
track-warnings
(track-warnings f)
warn-unless
macro
(warn-unless cond & forms)
warn-unless
macro
(warn-unless cond & forms)