This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-12
Channels
- # bangalore-clj (1)
- # beginners (27)
- # boot (29)
- # clara (4)
- # cljs-dev (10)
- # cljsrn (2)
- # clojure (36)
- # clojure-austin (9)
- # clojure-brasil (4)
- # clojure-france (10)
- # clojure-nl (2)
- # clojure-quebec (1)
- # clojure-russia (10)
- # clojure-spec (48)
- # clojure-uk (6)
- # clojurescript (82)
- # clr (4)
- # core-async (5)
- # core-logic (3)
- # cursive (4)
- # datomic (1)
- # devcards (1)
- # figwheel (1)
- # leiningen (2)
- # lumo (6)
- # off-topic (23)
- # om (39)
- # onyx (3)
- # planck (2)
- # re-frame (5)
- # reagent (24)
- # specter (1)
- # test-check (3)
Hello, I have a question about a repl for clojurescript
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!
@maksimrv This was actually just discussed yesterday: https://clojurians.slack.com/archives/cursive/p1486694190001705