This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-01
Channels
- # aatree (1)
- # admin-announcements (11)
- # beginners (77)
- # boot (73)
- # braid-chat (29)
- # cbus (3)
- # clara (3)
- # cljs-dev (16)
- # cljsjs (2)
- # cljsrn (68)
- # clojure (149)
- # clojure-austin (1)
- # clojure-czech (2)
- # clojure-miami (8)
- # clojure-poland (28)
- # clojure-russia (165)
- # clojure-ukraine (1)
- # clojurebridge (3)
- # clojurescript (64)
- # community-development (1)
- # core-async (27)
- # core-matrix (2)
- # cursive (38)
- # data-science (2)
- # datavis (4)
- # datomic (3)
- # dirac (78)
- # emacs (10)
- # events (1)
- # funcool (6)
- # hoplon (25)
- # immutant (2)
- # jobs (3)
- # ldnclj (34)
- # luminus (4)
- # mount (23)
- # off-topic (26)
- # om (121)
- # onyx (320)
- # other-lisps (1)
- # proton (13)
- # re-frame (33)
- # yada (3)
@kamuela: you can’t do your sweet sweet JSP programming with the community edition. Also, the JavaScript stuff isn’t in the Community Edition IIRC
@danielcompton: so cljs is off the table?
not off the table, but I don’t think you’ll get as nice interop. But I’ll let cfleming give you the official word on that, as I might be wrong. Webstorm has the JS stuff, so you might be able to use Cursive in Webstorm for CLJS stuff
@kamuela: @danielcompton: @meow: Right, Cursive doesn’t work in WebStorm yet, although I hope it might soon. But for Clojure and cljs there’s no difference between Community and Ultimate - Cursive doesn’t use the JS integration in IntelliJ at all.
@cfleming: is there an existing issue related to the debugger where execution moves on only after hitting resume multiple times?
That can also happen even though it doesn’t look like it in your code because of macroexpansion.
ah i see..so it moves on only after the underlying java statement have all been stepped over?
I plan to investigate to see if I can stop that happening, but I haven’t done so yet, and it’s also not clear whether that would be desirable - if in your code you actually have multiple expressions per line you might want to stop there.
@moizsj: If you don’t mind watching talks I spoke at Clojure/West about the debugger last year and talked about that and many other quirks of debugging Clojure
is anyone aware of a keyboard shortcut to extend selection to left or right, staying on the current structural editing level?
@imre: There isn’t one right now. You can use the “sticky selection”, which is sort of like the Emacs mark
But I’m planning to add a “extend selection to next/previous form”, which CCW has and a lot of people like.
@cfleming @danielcompton thank you both for letting me know