Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.04 KB

DEPRECATED clj-dev

Clojure tools making development and exploration more friendly

breakpoint.clj

Support for adding breakpoints to Clojure code that execute a REPL in the surrounding lexical scope.

Usage:

(breakpoint)

Note: Emacs doesn't like sub-repls; if you use Emacs: sorry. :-()

mount.clj

Mount large Clojure data structures and navigate them using Unix filesystem-like commands. Results are automatically paged in order to prevent crashing your REPL by printing too much information at once.

Learning Clojure(script)

Other resources

Other good tools for debugging:

And debug tooling docs...