This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-23
Channels
- # announcements (2)
- # babashka (56)
- # beginners (30)
- # calva (79)
- # cider (5)
- # circleci (3)
- # clj-kondo (84)
- # cljfx (2)
- # cljsrn (3)
- # clojure (264)
- # clojure-czech (3)
- # clojure-europe (18)
- # clojure-spec (3)
- # clojurescript (12)
- # conjure (28)
- # cursive (5)
- # datomic (4)
- # deps-new (22)
- # fulcro (6)
- # graalvm (3)
- # jobs (1)
- # malli (1)
- # off-topic (23)
- # pathom (4)
- # portal (3)
- # practicalli (2)
- # quil (6)
- # reagent (20)
- # remote-jobs (3)
- # reveal (14)
- # ring (10)
- # shadow-cljs (5)
- # spacemacs (4)
- # xtdb (4)
I just pushed "eval into a comment at the end of the line" (catchy) to the develop branch of Conjure, please do check it out and let me know what you think! https://asciinema.org/a/bpTmCeBVZ0Y0Lj2IoI3CqdpfO
The default command is <localleader>ec
for folks coming across this. I couldn't quite make out the keystrokes you were using in the vid
And yeah sorry I didn't mention, it's in :h conjure
but it's a little non-obvious. This will almost definitely change once before release since I want to add more cases, so it'll probably be <prefix>ece
for current form <prefix>ecw
for current word and <prefix>ecr
for root form soon-ish.
It's great being able to put a comment after the eval, keeps a track of the evaluation when playing around
Not something I ever knew existed until you lots pointed it out, so thanks 🙂 it's a cool concept, I hope my implementation works well!
I streamed the development here https://www.twitch.tv/videos/884720908 (this feature was in the last hour)
I did try reveal, not really knowing what to expect... it’s nice! It replaces for me the REPL output of conjure. It would be nice to be able to use it as a nvim window (or embed nvim inside a javafx app, hmmmm)
Haha here you go https://github.com/jebberjeb/javafx-neovimpane
if, for example, you eval a buffer, the entire buffer contents are shown in reveal (which I think is the communication from Conjure to the nrepl)
At you mean the evaluated form? Hm that’s interesting yeah, I can see that eg when evaling a large function it just scrolls away