Liking cljdoc? Tell your friends :D

clpr.repl

Simple repl server.

Simple repl server.
raw docstring

*clpr-out*clj

source

-mainclj

(-main & [host port])

Runs the repl server from the command line.

Runs the repl server from the command line.
sourceraw docstring

projectclj

source

replclj

(repl host port)

Creates a repl server that will listen on host and port.

Creates a repl server that will listen on `host` and `port`.
sourceraw docstring

restartclj

(restart repl)

Restarts the repl server if not running, updating the atom repl.

Restarts the repl server if not running, updating the atom `repl`.
sourceraw docstring

set-project!clj

(set-project! p)
source

startclj

(start repl)

Starts the repl server if not running, updating the atom repl.

Starts the repl server if not running, updating the atom `repl`.
sourceraw docstring

stopclj

(stop repl)

Stops the repl server if not running, updating the atom repl.

Stops the repl server if not running, updating the atom `repl`.
sourceraw docstring

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

× close