Liking cljdoc? Tell your friends :D

json-utils.util


clj->jsonclj/s

(clj->json form)
source

cljs-env?clj/s

(cljs-env? env)

Take the &env from a macro, and tell whether we are expanding into cljs.

Take the &env from a macro, and tell whether we are expanding into cljs.
sourceraw docstring

exceptionclj/s

(exception msg)
source

if-cljscljmacro

(if-cljs then else)

Return then if we are generating cljs code and else for Clojure code. https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ

Return then if we are generating cljs code and else for Clojure code.
https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ
sourceraw docstring

json->cljclj/s

(json->clj js)
source

myslurpcljmacro

(myslurp file)
source

promise?clj/s

(promise? maybe-prom)
source

try-raise-cljcljmacro

(try-raise-clj error-msg & forms)

Simplify try catch expression that just raise a new exception with error-msg.

Simplify try catch expression that just raise a new exception with error-msg.
sourceraw docstring

try-raise-cljscljmacro

(try-raise-cljs error-msg & forms)

Simplify try catch expression that just raise a new exception with error-msg.

Simplify try catch expression that just raise a new exception with error-msg.
sourceraw docstring

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

× close