This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-02
Channels
- # adventofcode (5)
- # arachne (2)
- # bangalore-clj (1)
- # beginners (8)
- # boot (195)
- # cider (28)
- # cljs-dev (35)
- # cljsrn (4)
- # clojure (295)
- # clojure-brasil (5)
- # clojure-gamedev (2)
- # clojure-greece (2)
- # clojure-korea (13)
- # clojure-russia (60)
- # clojure-spec (58)
- # clojure-uk (92)
- # clojurescript (31)
- # clojurex (4)
- # css (1)
- # cursive (13)
- # datomic (40)
- # devcards (2)
- # emacs (17)
- # events (1)
- # flambo (3)
- # garden (9)
- # hoplon (31)
- # jobs (3)
- # klipse (1)
- # lein-figwheel (1)
- # london-clojurians (1)
- # luminus (2)
- # mount (36)
- # off-topic (13)
- # onyx (8)
- # pamela (1)
- # pedestal (1)
- # planck (3)
- # proto-repl (16)
- # protorepl (11)
- # re-frame (78)
- # reagent (4)
- # rethinkdb (6)
- # ring-swagger (1)
- # specter (8)
- # untangled (10)
- # vim (1)
@tolitius: I'm not sure what the problem is right now but I recommend trying out the Proto REPL demo project https://github.com/jasongilman/proto-repl-demo/blob/master/demos.md
It has some instructions for boot. Also I just heard from @seancorfield who successfully was using boot.
@jasongilman sure, I started with proto-repl-demo
, I don't think it completely "works" 🙂 either. Here is from the terminal:
[try/proto-repl-demo]$ boot repl
welcome to boot
nREPL server started on port 54850 on host 127.0.0.1 -
REPL-y 0.3.7, nREPL 0.2.12
boot.user=> (dev)
Dev profile running
#object[clojure.core$identity 0x678f867b "clojure.core$identity@678f867b"]
boot.user=>
and then:
boot.user=> (boot (dev))
Dev profile running
nil
boot.user=>
here is the same thing from under proto-repl
:@tolitius: this is probably my lack of boot knowledge showing. Did you put in your settings to uncheck the prefer Lein option? In may be using that instead of boot. I can take a look tomorrow in person at some point if you're at the conference.
A Boot repl needs to be in the boot.user ns, not user. That caught me out too.
Until ProtoREPL changes that you can just start your repl session with (ns boot.user)
and all will work.
ah.. sure, missed that thanks @seancorfield
Somehow I ended up with #proto-repl and #protorepl I even forgot myself that this one isn't the original one.
I can archive this channel for you @jasongilman ?
(or you can, as its creator, I expect)
Can you do that? I'm not sure how to do it myself. Thanks @seancorfield