Add a repl-env function that takes a sequence of key-value pairs, rather than a
map.
Since there is a repl-env* and no repl-env I'm guessing this might have been intended but never added?
I'm working on making kaocha-cljs use figwheel-repl for its ClojureScript evaluation, and for that it would be great if repl-env had the same signature as other repl-envs provided by ClojureScript.
Add a repl-env function that takes a sequence of key-value pairs, rather than a map.
Since there is a
repl-env*
and norepl-env
I'm guessing this might have been intended but never added?I'm working on making kaocha-cljs use figwheel-repl for its ClojureScript evaluation, and for that it would be great if
repl-env
had the same signature as other repl-envs provided by ClojureScript.