This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-18
Channels
- # adventofcode (40)
- # aleph (8)
- # announcements (2)
- # beginners (27)
- # calva (3)
- # cider (3)
- # clj-kondo (21)
- # cljsrn (9)
- # clojure (122)
- # clojure-europe (38)
- # clojure-france (93)
- # clojure-nl (2)
- # clojure-spec (1)
- # clojure-uk (32)
- # clojuredesign-podcast (1)
- # clojurescript (12)
- # community-development (11)
- # conjure (14)
- # cursive (11)
- # datalog (7)
- # depstar (21)
- # emacs (31)
- # fulcro (85)
- # google-cloud (1)
- # graalvm (1)
- # graphql (7)
- # jobs-discuss (3)
- # joker (1)
- # kaocha (14)
- # pathom (2)
- # re-frame (1)
- # reagent (1)
- # reitit (6)
- # reveal (50)
- # shadow-cljs (64)
- # spacemacs (8)
- # tools-deps (5)
I can't recall, but does conjure have the same ability to render the result of the eval, inline, just like with emacs?
I do miss this from the old version
Me too 🙂 I'm thinking turned off by default but not too sure, so you can flip it on with or without the HUD. So you can have both, none or just one. But the defaults will stay as they are today? Thoughts?
(with regards to inline virtual text eval results)
The only thing I didn't like about it was zero syntax highlighting and it all has to fit on one line, which is what the HUD was designed to work around. I think each have their own place, => nil
is nice, => {{{{{:a-huge-nested-map-going-off-screen
is not so nice. For example.
I was also planning on using virtual text for arg list documentation as you hovered on forms, so I'll need to design it to support eval results and arg lists. Or maybe I should echo arg lists so they appear at the bottom of the screen and virtual text is reserved for results. To the hammock!
Me too 🙂 I'm thinking turned off by default but not too sure, so you can flip it on with or without the HUD. So you can have both, none or just one. But the defaults will stay as they are today? Thoughts?
(with regards to inline virtual text eval results)
The only thing I didn't like about it was zero syntax highlighting and it all has to fit on one line, which is what the HUD was designed to work around. I think each have their own place, => nil
is nice, => {{{{{:a-huge-nested-map-going-off-screen
is not so nice. For example.