(install!)
(install! opts)
Enables #p reader tag. Add #p before any form to quickly print its value to output next time it’s evaluated. Works inside -> ->> too!
#p (+ 1 2)
=> #p (+ 1 2) [user/eval4348:77] 3
Possible options:
:color? <bool> :: Whether to use color output. Autodetect by default. :symbol <sym> :: Which symbol to use for reader tag. 'p by default.
Enables #p reader tag. Add #p before any form to quickly print its value to output next time it’s evaluated. Works inside -> ->> too! #p (+ 1 2) => #p (+ 1 2) [user/eval4348:77] 3 Possible options: :color? <bool> :: Whether to use color output. Autodetect by default. :symbol <sym> :: Which symbol to use for reader tag. 'p by default.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close