ClojureDocs

Nav

Namespaces

io-prepl

clojure.core.server

Available since 1.10
  • (io-prepl & {:keys [valf], :or {valf pr-str}})
prepl bound to *in* and *out*, suitable for use with e.g. server/repl (socket-repl).
:ret and :tap vals will be processed by valf, a fn of one argument
or a symbol naming same (default pr-str)
 Alpha, subject to change.