Skip to main content

eval

functionv1.10

cljs.core/eval

Available in:BBCLJCLJS
(eval [form])
Evaluates the form data structure (not text!) and returns the result. Delegates to cljs.core/*eval*. Intended for use in self-hosted ClojureScript, which sets up an implementation of cljs.core/*eval* for that environment.

No examples yet. Be the first to add one!