This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-28
Channels
- # beginners (33)
- # boot (58)
- # cider (21)
- # cljs-dev (197)
- # cljsrn (112)
- # clojure (136)
- # clojure-belgium (5)
- # clojure-dev (57)
- # clojure-greece (1)
- # clojure-italy (3)
- # clojure-russia (6)
- # clojure-spec (148)
- # clojure-uk (54)
- # clojurescript (29)
- # cursive (24)
- # datomic (36)
- # devops (4)
- # emacs (11)
- # figwheel (1)
- # graphql (18)
- # hoplon (6)
- # leiningen (2)
- # luminus (4)
- # off-topic (7)
- # om (4)
- # onyx (27)
- # precept (1)
- # protorepl (12)
- # quil (1)
- # re-frame (28)
- # reagent (10)
- # ring (9)
- # robots (1)
- # rum (2)
- # slack-help (5)
- # spacemacs (16)
- # sql (16)
- # untangled (16)
- # vim (3)
- # yada (2)
Hello there, Atom users! I took a first crack at adding a basic Atom CLJS setup guide to http://clojurescript.org, and if people have the time, I would love to have another set of eyes to double-check this pull request: https://github.com/clojure/clojurescript-site/pull/98
@rgdelato I was putting together a similar getting started guide at https://gist.github.com/mikeball/0b816d345e6cd966a10891c727eba695 Please feel free to use any parts of it that you'd like.
Cool, thank you! (Also, slightly amused that you have a link to my old video in there :D)
I actually need to record a new one, Proto REPL has been updated so that you should be able to actually launch Figwheel from within Proto REPL now (and you can actually exit it properly!)
I also prefer to start the figwheel repl outside of atom in separate console, then connect to it, because often atom needs to be restarted, as ironically mentioned just a couple messages before this conversation. Perhaps consider that as recommended method? That way people can restart atom independently of restarting repl.
Maybe also mention atom-ink which gives inline results, a feature that should excite new users?
Hmm, maybe. The Figwheel docs say using the :nrepl-port
is deprecated, so I tried to move away from that, but maybe
I wasn't aware of that, do they have a repl-port that's a cljs repl by default so no need to upgrade?
Not sure, I'm looking at this: https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl#the-old-way-of-connecting-to-nrepl