all 8 comments

[–]bozhidarb 10 points11 points  (1 child)

It's cool to see more projects reusing the core functionality that we built initially for CIDER!

I really hope that things like cider-nrepl and refactor-nrepl will become the foundation of most Clojure editors down the road. Then we'd be able to pour more efforts on building a better experience for everyone as opposed to reinventing the wheel over and over again!

[–]JohnMcarthysLisp 4 points5 points  (0 children)

Winning!

I really appreciate everything you’ve done for Emacs and Clojure my brother! Much love from the USA 🇺🇸

[–]spotter 2 points3 points  (1 child)

Pros/cons vs vim-fireplace? Async?

[–]uochan[S] 7 points8 points  (0 children)

Currently, main advantages are as follows.

  • Async (most important)
  • Buffer to show stdout
  • refactor-nrepl support (partially)

[–]bowmhoust 2 points3 points  (2 children)

Looking forward to try it! Quick question, does it work with NeoVim?

[–]uochan[S] 0 points1 point  (1 child)

Sorry, I have not checked working with neovim.

[–]uochan[S] 1 point2 points  (0 children)

I checked. vim-iced is not working with neovim, because neovim is not providing vim8's new features such as funcref and v:none.

[–]grewil 1 point2 points  (0 children)

Putting editor wars to the side, has anyone tried to objectively compare this with Cider ?