This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-03
Channels
- # admin-announcements (2)
- # beginners (18)
- # boot (118)
- # cider (12)
- # cljs-dev (12)
- # cljsrn (24)
- # clojure (142)
- # clojure-art (4)
- # clojure-bangladesh (3)
- # clojure-ireland (1)
- # clojure-italy (7)
- # clojure-norway (4)
- # clojure-poland (207)
- # clojure-russia (101)
- # clojurescript (108)
- # clojurewerkz (2)
- # core-async (6)
- # css (8)
- # data-science (23)
- # datomic (31)
- # devcards (2)
- # emacs (8)
- # funcool (25)
- # hoplon (34)
- # immutant (78)
- # ldnclj (7)
- # lein-figwheel (4)
- # leiningen (6)
- # luminus (35)
- # off-topic (1)
- # om (119)
- # onyx (43)
- # parinfer (29)
- # proton (11)
- # re-frame (25)
- # remote-jobs (1)
- # slack-help (1)
- # spacemacs (3)
- # yada (10)
Haha, just before I got told about it, @shaunlebron 😛
so you were asking about why two modes exist @escherize
the website might be too much information about this, but check out the new demo site
it has a caption that describes each mode when you hover over it
Paren Mode is not popular, but it’s hard to communicate the context required to appreciate it
I’ll record a quick gif of the main use case that keeps me from throwing away Paren Mode
One I could think of, is - in emacs it's called align-cljlet
, and indents code like this:
(defn foo
"hello, this is a docstring"
[a b]
(let [sum (+ a b)
prod (* a b)
unused-thing nil]
{:sum sum
:prod prod
:parinfer-awesome? true}))
uploading quick screencast
np, comes up a lot
upload speeds are atrocious
well, they’re not fast
do you have screenhero?
well, turns out I don't
I have it on my work acount...
Planck 1.10, which uses Parinfer for indentation has been pushed out. Will be announcing it shortly.
@shaunlebron: i prefer previewCursorScope
!