Liking cljdoc? Tell your friends :D

nrepl.bencode

A netstring and bencode implementation for Clojure.

A netstring and bencode implementation for Clojure.
raw docstring

nrepl.cmdline

A proof-of-concept command-line client for nREPL. Please see e.g. REPL-y for a proper command-line nREPL client @ https://github.com/trptcolin/reply/

A proof-of-concept command-line client for nREPL.  Please see
e.g. REPL-y for a proper command-line nREPL client @
https://github.com/trptcolin/reply/
raw docstring

nrepl.config

Server configuration utilities. Some server options can be configured via configuration files (local or global). This namespace provides convenient API to work with them.

The config resolution algorithm is the following: The global config file .nrepl/nrepl.edn is merged with any local config file (.nrepl.edn) if present. The values in the local config file take precedence.

Server configuration utilities.
Some server options can be configured via configuration
files (local or global).  This namespace provides
convenient API to work with them.

The config resolution algorithm is the following:
The global config file .nrepl/nrepl.edn is merged with
any local config file (.nrepl.edn) if present.
The values in the local config file take precedence.
raw docstring

nrepl.middleware.caught

Support for a hook for conveying errors interactively, akin to the :caught option of clojure.main/repl. See the docstring of wrap-caught and the Evaluation Errors section of the Middleware documentation for more information.

Support for a hook for conveying errors interactively, akin to the `:caught`
option of `clojure.main/repl`. See the docstring of `wrap-caught` and the
Evaluation Errors section of the Middleware documentation for more
information.
raw docstring

nrepl.middleware.print

Support for configurable printing. See the docstring of wrap-print and the Pretty Printing section of the Middleware documentation for more information.

Support for configurable printing. See the docstring of `wrap-print` and the
Pretty Printing section of the Middleware documentation for more information.
raw docstring

nrepl.middleware.session

Support for persistent, cross-connection REPL sessions.

Support for persistent, cross-connection REPL sessions.
raw docstring

nrepl.misc

Misc utilities used in nREPL's implementation (potentially also useful for anyone extending it).

Misc utilities used in nREPL's implementation (potentially also
useful for anyone extending it).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close