• rxorw@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I think the excitement was from an other (now defunct) project called REmacs, one of it’s main goals was replacing the C Core with Rust. Emacs Lisp is old and has its problems, but I prefer it over JS/TS as extending language for Emacs.

    • codemuncher@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I recently had cause to try to load some code into a JavaScript repl from a typescript project. Man what a nightmare.

      The js ecosystem is very difficult to work with. Many options and browser issues are intertwined. Clever ideas abound… but that might be part of the issue.

      JavaScript wouldn’t be an improvement over elisp imo. The theory is that a more accessible language would bring users, but many devs aren’t interested in anything but getting the job done with vs code and then going home.

      And honestly the ridiculous quickness in which things get deprecated despite no replacement is a bad developer mindset.