This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-13
Channels
- # announcements (12)
- # babashka (88)
- # beginners (60)
- # biff (10)
- # calva (56)
- # clerk (9)
- # clj-kondo (5)
- # clojure (70)
- # clojure-austin (3)
- # clojure-conj (2)
- # clojure-dev (69)
- # clojure-europe (53)
- # clojure-nl (1)
- # clojure-norway (28)
- # clojure-uk (1)
- # clojurescript (27)
- # copenhagen-clojurians (3)
- # cursive (10)
- # datascript (1)
- # datomic (10)
- # fulcro (3)
- # funcool (1)
- # garden (7)
- # helix (5)
- # holy-lambda (5)
- # hyperfiddle (39)
- # introduce-yourself (6)
- # jobs-discuss (15)
- # lsp (3)
- # malli (5)
- # membrane (19)
- # missionary (1)
- # nrepl (6)
- # off-topic (44)
- # pathom (17)
- # pomegranate (3)
- # react (7)
- # releases (1)
- # shadow-cljs (39)
- # tools-deps (16)
- # xtdb (28)
Has anyone built anything cool with the new REPL command features?
Where can I learn more about this feature?
https://groups.google.com/g/cursive-announce/c/QT0wEu43crA/m/W_GZnHi5AgAJ I’m particularly excited about the inline replace feature
I was actually considering a way of allowing sharing of REPL commands, would that be useful? So generally useful ones could be uploaded and you could browse them somehow. I’m sure that this is a feature that could quickly get out of control in terms of being able to edit and update them - ideally they’d be shared via git somehow, I guess.
could also be a file in the source control of the project, for sharing commands with one's team
We version control our .idea
directory, so our REPL commands are shared via .idea/repl-commands.xml
- excluding in git what Jetbrains suggests: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
@U0567Q30W the top one wish-list now is a "Move Name" refactoring. And "Introduce Parameter". And "Inline Function". And "Extract Function" ... 😊
All the 'normal' java refactorings would be great in Clojure!