You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim-iced looks like an awesome project! Congratulations for creating it!
I'm the author of CIDER and I noticed that you've created some extra middleware for vim-iced, so I just wanted to let you know that our team really wants to have orchard, cider-nrepl and refactor-nrepl be useful to as many editors as possible, so if you feel some of the functionality you've developed is generic enough we'd be glad to have it there.
I'm not sure about the rationale behind the different ops you've added so far, but some seem like something that we can definitely use in CIDER as well (e.g. the grimoire stuff, the linter stuff, etc).
Btw, I was under the impression there's already some op in cider-nrepl to return a list of the project namespaces. There are also ops about formatting the code with cljfmt, so I'd be curious to hear why you couldn't reuse those.
Anyway, just wanted to let you know I'm excited to see another person working on nREPL middleware and that me and the rest of the CIDER/nREPL team are here to help and support you. It'd be great if there was more collaboration between the various tool authors. :-)
The text was updated successfully, but these errors were encountered:
@bbatsov
vim-iced is still alpha version, and iced-nrepl is a experimental project to try function I want to use with vim-iced.
so if you feel some of the functionality you've developed is generic enough we'd be glad to have it there.
I'm happy to hear that!
I would like to contribute some codes what I think useful to cider/refactor-nrepl.
Btw, I was under the impression there's already some op in cider-nrepl to return a list of the project namespaces. There are also ops about formatting the code with cljfmt, so I'd be curious to hear why you couldn't reuse those.
I couldn't find the op that returns orchard.namespace/project-namespaces simply. ns-list seems to return all loaded namespaces.
Hey there!
vim-iced
looks like an awesome project! Congratulations for creating it!I'm the author of CIDER and I noticed that you've created some extra middleware for vim-iced, so I just wanted to let you know that our team really wants to have orchard, cider-nrepl and refactor-nrepl be useful to as many editors as possible, so if you feel some of the functionality you've developed is generic enough we'd be glad to have it there.
I'm not sure about the rationale behind the different ops you've added so far, but some seem like something that we can definitely use in CIDER as well (e.g. the grimoire stuff, the linter stuff, etc).
Btw, I was under the impression there's already some op in
cider-nrepl
to return a list of the project namespaces. There are also ops about formatting the code with cljfmt, so I'd be curious to hear why you couldn't reuse those.Anyway, just wanted to let you know I'm excited to see another person working on nREPL middleware and that me and the rest of the CIDER/nREPL team are here to help and support you. It'd be great if there was more collaboration between the various tool authors. :-)
The text was updated successfully, but these errors were encountered: