Liking cljdoc? Tell your friends :D

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

map-keyscljs

(map-keys f m)
source

map-valscljs

(map-vals f m)
source

symbolize-keyscljs

(symbolize-keys m)
source

toJScljs

(toJS fn)
source

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

× close