Clojure REPL tools.
This documentation tracks the master branch. Consult the relevant Git tag (e.g. 0.1.2) if you need documentation for a specific release.
Current version:
A function that returns the classpath as a sequence of strings.
A function that returns s sequence of all ns names.
A function that returns s sequence of all ns names matching a regex.
A function that moves a namespace tree (that is, a Clojure code directory). This is done by calling clojure.tools.namespace.move/move-ns for all namespaces in the directory and its subdirectories.
A function that calls clojure.tools.namespace.move/move-ns with a source-path arg of ["dev" "src" "test" "src/clj" "test/clj"].
A function that calls move-ns-tree with a source-path arg of ["dev" "src" "test" "src/clj" "test/clj"].
uptime-ms, uptime-seconds and uptime-string.Copyright © 2018-2025 Simon Katz
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |