Code Tools
Testing, documentation, source queries, management, and project tooling.
The code.* namespaces are the repository's development and maintenance layer. This root page provides reliable links even when the full code/ subsite has not yet been published.
code.test
Fact-based tests, arrow assertions, checkers, skips, and targeted runs.
code.manage
Analysis, scaffolding, location, refactoring, and test-management workflows.
code.query
Structural matching, traversal, and transformations for Clojure source.
code.doc
Parse, collect, link, render, theme, and publish static documentation.
code.project
Project metadata, namespace lookup, and source-file discovery.
code.tool
Build, Java, Maven, and measurement utilities.
1 First interaction
Start by running one targeted test namespace or loading project metadata in the REPL.
lein test :only code.doc-test\nlein test :only std.lib.collection-test