This library provides spec-backed forms of defn, defprotocol, fn, let etc. using the same exact syntax as clojure.core's. That way, you can strengthen your defns with custom specs (expressed as ...
Tools for managing namespaces in Clojure. Parse ns declarations from source files, extract their dependencies, build a graph of namespace dependencies within a project, update that graph as files ...