Liking cljdoc? Tell your friends :D

nomis-clj-repl-tools

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.

Installation

Current version:

Clojars Project

Usage

classpath

A function that returns the classpath as a sequence of strings.

ns-names

A function that returns s sequence of all ns names.

ns-names-matching-re

A function that returns s sequence of all ns names matching a regex.

move-ns-tree

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.

move-ns-++

A function that calls clojure.tools.namespace.move/move-ns with a source-path arg of ["dev" "src" "test" "src/clj" "test/clj"].

move-ns-tree-++

A function that calls move-ns-tree with a source-path arg of ["dev" "src" "test" "src/clj" "test/clj"].

Uptime functions — uptime-ms, uptime-seconds and uptime-string.

License

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

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close