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.

Testing

code.test

Fact-based tests, arrow assertions, checkers, skips, and targeted runs.

Learn more
Management

code.manage

Analysis, scaffolding, location, refactoring, and test-management workflows.

Learn more
Queries

code.query

Structural matching, traversal, and transformations for Clojure source.

Learn more
Documentation

code.doc

Parse, collect, link, render, theme, and publish static documentation.

Learn more
Project

code.project

Project metadata, namespace lookup, and source-file discovery.

Learn more
Build tools

code.tool

Build, Java, Maven, and measurement utilities.

Learn more

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