Core
18The instance member form works for methods and fields. They all expand into calls to the dot operator at macroexpansion ...
special-formcljs.core
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions...
special-formcljs.core
Creates and interns a global var with the name of symbol in the current namespace (*ns*) or locates such a var if it alr...
special-formcljs.core
Given a namespace-qualified keyword or resolveable symbol k, and a spec, spec-name, predicate or regex-op makes an entry...
macrocljs.spec
Given a namespace-qualified keyword or resolveable symbol k, and a spec, spec-name, predicate or regex-op makes an entry...
macrocljs.spec.alpha
Evaluates the expressions in order and returns the value of the last. If no expressions are supplied, returns nil.
special-formcljs.core
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions...
special-formcljs.core
Evaluates test. If not the singular values nil or false, evaluates and yields then, otherwise, evaluates and yields else...
special-formcljs.core
- special-form
cljs.core
The args, if any, are evaluated from left to right, and passed to the JavaScript constructor. The constructed object is ...
special-formcljs.core
You must currently use the ns form only with the following caveats * You must use the :only form of :use * :require...
special-formcljs.core
Yields the unevaluated form.
special-formcljs.core
- reader-macro
syntax
Evaluates the exprs in order, then, in parallel, rebinds the bindings of the recursion point to the values of the exprs....
special-formcljs.core
Used to set vars and JavaScript object fields
special-formcljs.core
The expr is evaluated and thrown.
special-formcljs.core
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions...
special-formcljs.core
The symbol must resolve to a var, and the Var object itself (not its value) is returned. The reader macro #'x expands to...
special-formcljs.core