• tetris11
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    13 days ago

    Cmon dude, what’s most likely to be Skynet?

    • Vim: Clearly evil, lightning fast. Relies on vimscript for any interactivity and can barely be used outside of the editor.

    • Emacs: the hippie brain child of some of the brightest minds at the MIT AI lab, funded by military contracts. Slow, but uses a near-universal language that can easily escape the bounds of the editor, (and often does (, and holy shit where did those parentheses come from. (Oh no, it’s becoming self-aware - fly you fools…!

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      13 days ago

      Vim: Clearly evil, lightning fast. Relies on vimscript for any interactivity and can barely be used outside of the editor.

      I don’t know why you want use Vimscript for anything outside of the editor. But if that your issue, then there is Neovim. It uses Lua instead Vimscript, but what is the benefit of using Lua outside of Vim? That changes nothing.

      • cygnus@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        13 days ago

        It uses Lua instead Vimscript, but what is the benefit of using Lua outside of Vim?

        The only other (in fact, the first) place I’ve run into Lua is WoW plugins.

      • tetris11
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        13 days ago

        Lua outside of Vim has huge applications in embedded products. Dude I would kill for Lua. Do you know what we have? Common Lisp. Yeah, it’s great and fancy and all, but try adding that to your CV and applying for an embedded system job.

        • thingsiplay@beehaw.org
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          13 days ago

          My point is, then use Lua outside of Vim. What does this have anything to do with the language used in Vim? You can use Vimscript in Vim, and still use Lua outside of Vim. So what’s the problem? It’s not like Lua gets available to you outside of Vim, just because you switch to Neovim. What do I miss here?

          • tetris11
            link
            fedilink
            arrow-up
            4
            ·
            edit-2
            13 days ago

            (it was mostly a joke, but) the skills you acquire tinkering your Vim to your needs using vimscript can’t be used elsewhere, whereas Emacs has the (small) advantage that at least most of one’s elisp skills can be translated to common lisp quite easily (with the joke being that common lisp really isn’t that useful, hence my Lua jealousy rant).