This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-01
Channels
- # aatree (1)
- # alda (1)
- # announcements (3)
- # beginners (10)
- # boot (44)
- # braid-chat (6)
- # cbus (5)
- # cider (19)
- # cljs-dev (5)
- # cljsrn (11)
- # clojure (203)
- # clojure-austria (1)
- # clojure-canada (1)
- # clojure-germany (2)
- # clojure-poland (46)
- # clojure-russia (38)
- # clojurescript (79)
- # clojuresque (2)
- # code-reviews (11)
- # core-async (6)
- # cursive (11)
- # datomic (12)
- # dirac (91)
- # hoplon (8)
- # juxt (14)
- # ldnclj (7)
- # lein-figwheel (6)
- # leiningen (18)
- # off-topic (3)
- # om (230)
- # om-next (7)
- # onyx (31)
- # parinfer (1)
- # proton (1)
- # re-frame (44)
- # reagent (2)
- # rethinkdb (10)
- # spacemacs (5)
- # yada (24)
Can anyone suggest why connection
is not resolved in the first, but is in the second?
@danielcompton: IIRC there are problems with the ..
form.
seems like it’s the same issue if you expand it out to (. object method)
as well
thanks @cfleming. I set it to cmd-shift-1 and it works great. in case others are interested: go to preferences/keybindings and search for "repl". scroll down until you find it (it's under "Other") and then assign a keybinding.
@denik: That's a dangerous tick quote. If you happen to have an alias (from (:require ... :as)
then the tick will resolve to the full namespace. You probably want a normal quote '
, no?