(eval-string s)
(eval-string s opts)
Evaluates string s
as a Clojure form using the Small Clojure Interpreter.
The map opts
may contain the following:
:bindings
: a map with bindings that are used to resolve symbols
in the Clojure form, e.g. {'x 1}
.Evaluates string `s` as a Clojure form using the Small Clojure Interpreter. The map `opts` may contain the following: - `:bindings`: a map with bindings that are used to resolve symbols in the Clojure form, e.g. `{'x 1}`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close