This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-26
Channels
- # adventofcode (2)
- # announcements (9)
- # bangalore-clj (1)
- # beginners (158)
- # calva (32)
- # cider (2)
- # clara (4)
- # cljdoc (40)
- # cljs-dev (3)
- # cljsrn (6)
- # clojure (45)
- # clojure-brasil (2)
- # clojure-dev (35)
- # clojure-europe (9)
- # clojure-italy (7)
- # clojure-nl (2)
- # clojure-uk (29)
- # clojurescript (144)
- # code-reviews (3)
- # core-logic (9)
- # cursive (11)
- # datascript (8)
- # datomic (9)
- # duct (1)
- # figwheel (6)
- # fulcro (11)
- # hyperfiddle (27)
- # kaocha (23)
- # luminus (1)
- # off-topic (7)
- # onyx (2)
- # pathom (3)
- # re-frame (61)
- # reagent (12)
- # remote-jobs (10)
- # shadow-cljs (40)
- # spacemacs (4)
- # sql (27)
- # tools-deps (6)
- # unrepl (3)
- # vim (47)
Can someone help me get a CLJS REPL setup. I'm doing something wrong.
Follow up. Error doesn't occur if I use clojure.main
Browser opens up but REPL doesn't seem to work. For example
cljs.user=> (js/alert "Hello CLJS!")
Syntax error compiling at (form-init6253890421157033124.clj:1:1).
No such namespace: js
@olivergeorge if you are using shadow, try running this one the REPL: (shadow/nrepl-select :build-name)
Thanks. If it gets fiddly I might switch over but hopefully I'm just missing something obvious.
Perhaps a dumb question but when I run (.println System/out "hello")
in the REPL in Cursive, where can I see the "hello"? Thank you!
I just tried it in my local REPL, and it printed “hello” in the regular REPL output pane.
thanks! perhaps the problem is I use a remote REPL.... And yes, it is printed in the temrinal where I started the remote repl. Thank you!