Fork me on GitHub
#cursive
<
2017-02-12
>
maksimrv00:02:34

Hello, I have a question about a repl for clojurescript doge I use leiningen in a project, so start a repl is pretty easy. Inside the repl's window, I have changed clj on cljs and now I can evaluate a simple expression which does not require browser environment, for example (+ 2 2). But when I try to evaluate something like (.log js/console "Hy!") I get expected exception No such namespace: js. So my question how could I connect a browser to the started from IDEA repl? And if it possible add connection step to the Run configuration Thanks!

onetom20:02:54

@lucascs welcome! happy to see you here!

lucascs23:02:38

onetom: Thanks! =D