This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-18
Channels
- # admin-announcements (3)
- # arachne (8)
- # beginners (55)
- # boot (51)
- # cbus (1)
- # cider (15)
- # cljs-dev (5)
- # cljsrn (8)
- # clojure (203)
- # clojure-austin (2)
- # clojure-belgium (12)
- # clojure-boston (6)
- # clojure-czech (47)
- # clojure-dusseldorf (14)
- # clojure-estonia (1)
- # clojure-greece (42)
- # clojure-japan (2)
- # clojure-poland (4)
- # clojure-russia (97)
- # clojure-sg (5)
- # clojure-uk (41)
- # clojurescript (122)
- # code-reviews (4)
- # component (3)
- # core-matrix (19)
- # cursive (25)
- # datomic (16)
- # devcards (24)
- # editors (6)
- # euroclojure (1)
- # hoplon (88)
- # immutant (3)
- # incanter (4)
- # jobs (5)
- # keechma (1)
- # luminus (1)
- # om (44)
- # onyx (22)
- # parinfer (3)
- # planck (1)
- # proton (3)
- # re-frame (5)
- # reagent (30)
- # ring (2)
- # spacemacs (1)
- # untangled (92)
- # yada (1)
thank you @bozhidar and cider team, cider rocks and 0.12 fixed my strange install issue. thanks for nice work!!
I'm trying out lispy, which seems really cool but... how do I dive into a list?
neither of hjkl seems to do it (they all move upward the hierarchy, rather than drilling down)
hmm the answer seems to be lispy-flow
which for some reason is bound to i
instead of f
...
pretty cool though
I'm trying to work on Specter which is a cljx project (I'm on Cider 0.12.0) but cljx's advertised nrepl middleware didn't seem to kick in.
CompilerException java.lang.RuntimeException: No reader function for tag +cljs, compiling:(c:/Users/Alex/git/specter/src/clj/com/rpl/specter.cljx:11:14)
Steps to reproduce: Clone http://github.com/nathanmarz/specter, navigate to specter.cljx, C-c M-j, then C-c C-kGoogle found this in the backlog (http://clojurians-log.mantike.pro/cider/2016-04-05.html) where this issue was previously discussed but I couldn't find a definitive resolution to that issue
I've never tried to load cljx in a repl before so I don't have much knowledge on how this is supposed to work or if it ever was supported by cider.
@aengelberg: however, works fine on my installation
interesting, something must be wrong with my local environment
I don't have either cljx or tools.nrepl in my profiles.clj, could that be the issue?