Liking cljdoc? Tell your friends :D
Clojure only.

vlaaad.remote-repl


-mainclj

(-main & args)
source

replclj

(repl)
(repl {:keys [host port reconnect] :or {reconnect false} :as opts})
(repl k v & kvs)

Start a socket repl that talks to a remote process

Args:

  • :port (required) - target port
  • :host (optional) - target host
  • :reconnect (optional, default false) - whether to keep automatically reconnecting to the repl forever
Start a socket repl that talks to a remote process

Args:
- :port (required) - target port
- :host (optional) - target host
- :reconnect (optional, default false) - whether to keep automatically
  reconnecting to the repl forever
sourceraw docstring

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

× close