Implementations of clojure.java.test macros that don't leak implementation details.
Implementations of clojure.java.test macros that don't leak implementation details.
(non-leaky-with-sh-dir dir & forms)
Like clojure.java.shell/with-sh-dir, except body does not leak try/catch syntax.
Like clojure.java.shell/with-sh-dir, except body does not leak try/catch syntax.
(non-leaky-with-sh-env env & forms)
Like clojure.java.shell/with-sh-env, except body does not leak try/catch syntax.
Like clojure.java.shell/with-sh-env, except body does not leak try/catch syntax.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close