bhauman / figwheel-repl

Figwheel REPL provides a stable multiplexing REPL for ClojureScript
45 stars 11 forks source link

Add a repl-env function for drop-in compat with other repl-envs #5

Closed plexus closed 5 years ago

plexus commented 5 years ago

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.

plexus commented 5 years ago

Thanks!