Time to talk about why vim is better than emacs and recruit for the temple of vim

  • alphamule [none/use name]
    ·
    4 years ago

    Ah, this makes sense. I was thinking about code editing + navigation, but yeah, I can see how emacs would be better for REPL/interactive usage.

    • lib2
      ·
      4 years ago

      Yeah. Navigation is fine. Cider uses the running instance of your application to do navigation and code completion. For editing you have tools like parinfer and smartparens for lisps. I believe vim has ports of those which work well.