Liking cljdoc? Tell your friends :D
ClojureScript only.

sci.js

JavaScript interface to sci.

JavaScript interface to sci.
raw docstring

evalStringcljs

(evalString s)
(evalString s opts)

Evaluates string s as a Clojure form using the Small Clojure Interpreter.

The object opts may contain the following:

  • "bindings": an object 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 object `opts` may contain the following:

- `"bindings"`: an object 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