Liking cljdoc? Tell your friends :D
All platforms.

sci.core


eval-stringclj/s

(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}`.
sourceraw docstring

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

× close