This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-12
Channels
- # aws (3)
- # beginners (28)
- # boot (3)
- # cider (28)
- # clara (5)
- # cljs-dev (107)
- # cljsrn (1)
- # clojure (40)
- # clojure-austin (2)
- # clojure-brasil (5)
- # clojure-canada (1)
- # clojure-italy (1)
- # clojure-spec (39)
- # clojure-uk (38)
- # clojurescript (33)
- # community-development (11)
- # cursive (11)
- # datomic (43)
- # duct (6)
- # emacs (7)
- # flambo (1)
- # fulcro (68)
- # graphql (11)
- # jobs (1)
- # jobs-discuss (8)
- # leiningen (16)
- # luminus (2)
- # lumo (1)
- # off-topic (38)
- # om (2)
- # onyx (15)
- # parinfer (32)
- # portkey (5)
- # re-frame (50)
- # reagent (50)
- # reitit (1)
- # shadow-cljs (63)
- # spacemacs (10)
- # sql (27)
- # unrepl (6)
- # yada (2)
@dpsutton @zalky CIDER currently does nothing about this indeed, but we can add it to the list of global vars you can init via CIDER.
I need to sit down and learn inf-clojure. I haven't taken the time to see how to start it up and really work with it
It just binding the input and output of terminal process to a REPL buffer (very simply put). There’s not much to learn, it doesn’t get any simpler than this.
Initially it had very basic features, but @richiardiandrea has been improving it steadily for quite a while now and it’s quite powerful at this point.
Yeah I need to learn how to crank it up. I've gotten confused in the past about how to init it with the correct arguments
Yeah I got to meet him at one of the conj but didn't get to spend much time with him. I want to meet up with people at clojure sync and have a hack session if people are gonna be there
I would have love to come, but I’m traveling in Asia these days. Hopefully this year I’ll make it to the conj or something. It’s a pity they killed my preferred conference Clojure/west.
In general I’d love to do more Emacs-live hacking sessions and enlist more people to our noble cause. 🙂
I have scheduled some time on an inf-clojure
blog post
I want to improve on the init part first though
@jmayaalv You asked for some other simple task you might tackle and I can suggest this one https://github.com/clojure-emacs/cider-nrepl/issues/489
And perhaps https://github.com/clojure-emacs/cider-nrepl/issues/453 and https://github.com/clojure-emacs/cider-nrepl/issues/464
@jmayaalv I’ve started looking at #489, the mranderson issue, and will update in the ticket with what I find. I’m not “claiming” it per se as it seems likely the work can be divided up.
Does someone know what the <find>
key is in emacs?
I'm looking at my keyboard and I don't think I have one of those
heya, trying to cider-jack-in
and seeing this error:
Recursive load: "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el"
- worth an issue, or is this a problem with my setup?