Liking cljdoc? Tell your friends :D

fluree.json-ld.impl.util


cljs-env?clj

(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

if-cljsclj/smacro

(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

read-resourceclj

(read-resource filename)
source

sequentialclj/s

(sequential x)

Takes any value and if not sequential?, wraps it in a vector.

Takes any value and if not sequential?, wraps it in a vector.
sourceraw docstring

slurp-resourceclj/s

(slurp-resource filename)
source

try-catchallclj/smacro

(try-catchall & body)

A cross-platform variant of try-catch that catches all exceptions. Does not (yet) support finally, and does not need or want an exception class.

A cross-platform variant of try-catch that catches all exceptions.
Does not (yet) support finally, and does not need or want an exception class.
sourceraw docstring

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

× close