eval-string+
function
sci.core/eval-string+
(eval-string+ [ctx s] [ctx s opts])Evaluates string `s` in the context of `ctx` (as produced with
`init`).
Options:
*`:ns` - the namespace to start evaluation in (defaults to the value of `sci/ns`)
Returns map with:
* `:val` - the evaluated value
* `:ns` - the namespace object
Examples
No examples yet. Be the first to add one!