Fork me on GitHub
#cursive
<
2023-02-13
>
caleb.macdonaldblack15:02:28

Has anyone built anything cool with the new REPL command features?

Roman Liutikov16:02:37

Where can I learn more about this feature?

danieroux16:02:23

Inline replace? That's in my top-two wishlist of features! pays attention

cfleming20:02:32

Now your list is just a top-one! And I’m curious what it is.

cfleming20:02:39

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.

🙏 2
clojure-spin 2
🎉 2
😍 4
Rachel Westmacott09:02:27

could also be a file in the source control of the project, for sharing commands with one's team

danieroux12:02:28

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

danieroux12:02:02

@U0567Q30W the top one wish-list now is a "Move Name" refactoring. And "Introduce Parameter". And "Inline Function". And "Extract Function" ... 😊

Rachel Westmacott15:02:27

All the 'normal' java refactorings would be great in Clojure!