This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-13
Channels
- # adventofcode (37)
- # announcements (11)
- # babashka (46)
- # beginners (35)
- # biff (1)
- # clojure (44)
- # clojure-austin (1)
- # clojure-europe (23)
- # clojure-nl (2)
- # clojure-norway (8)
- # clojure-uk (5)
- # conjure (3)
- # cursive (22)
- # data-science (13)
- # docker (11)
- # events (8)
- # hyperfiddle (7)
- # joyride (1)
- # juxt (9)
- # malli (7)
- # matrix (4)
- # pedestal (3)
- # podcasts-discuss (1)
- # portal (1)
- # re-frame (62)
- # reitit (2)
- # releases (1)
- # schema (3)
- # sql (14)
- # squint (3)
- # xtdb (6)
- # yamlscript (4)
has anybody set up a nice way to eval word and replace with result, or eval visual selection and replace with result? feels a bit heavy handed to wrap the selection (work or visual selection) in a do
block each time to get a form one can evaluate and replace
Depending in your setup that could be mapped to a keypress (wrap in do and eval). Another way is adding the command to conjure, I think it's here: https://github.com/Olical/conjure/blob/4880144f13a7693cded529b302de491bfbaedbd6/fnl/conjure/eval.fnl#L197