tupelo.core.impl
Tupelo - Making Clojure even sweeter
cljs-env?
(cljs-env? env)
Take the &env from a macro, and tell whether we are expanding into cljs.
if-cljs
macro
(if-cljs then else)
native-array?
(native-array? arg)
Returns true iff arg is a native Java or JavaScript array.
try-catchall
macro
(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.
type-name-str
(type-name-str arg)
Returns the type/class name of a value as a string. Works for both CLJ and CLJS.