Liking cljdoc? Tell your friends :D
Clojure only.

reply.hacks.printing


(print-sequential begin print-one sep end sequence w)

The monkey-patch here is to be a good citizen in the face of thread interruption. Only the (when (Thread/interrupted) ...) forms are different from the clojure.core implementation.

The monkey-patch here is to be a good citizen in the face of thread
interruption. Only the (when (Thread/interrupted) ...) forms are
different from the clojure.core implementation.
sourceraw docstring

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

× close