Liking cljdoc? Tell your friends :D

Build Status Clojars Project

Reddington

As a rule, I consider jealousy to be a base emotion, but in this case it's quite endearing. - Raymond Reddington

What

A collection of reader tags for enhanced local development.

Install

[org.clojars.rutledgepaulv/reddington "0.1.0"]

Examples

; to pretty print the form that follows and the result of evaluation
#pp (form-to-observe)

; to profile the form that follows using clj-async-profiler and open the svg
#prof (form-to-observe)

; to benchmark the form that follows using criterium
#bench (form-to-observe)

Can you improve this documentation?Edit on GitHub

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

× close