• MotherCanada@alien.topB
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    Is this still being developed? I remember there was some excitement with it early on but haven’t heard much since. Looking at the readme, it seems a bunch of its features (and value adds) are no longer maintained or just straight up don’t work anymore. Seems like there just weren’t enough javascript developers interested in Emacs to help this project continue.

    • rxorw@alien.topB
      link
      fedilink
      English
      arrow-up
      0
      ·
      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.

  • jsadusk@alien.topB
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    I would love to modernize the emacs core, but rewrites are usually destined to fail, more likely the older the project being rewritten is. And emacs is very old.

    How about this approach. Emacs only got dynamic modules in v26, fivish years ago? All the junk compiled into the core was done so because there wasn’t something like dynamic modules. Someone (I hope I’m not signing myself up for this) should do a project to move all functionality other than the lisp engine itself and maybe some basic primitives out into dynamic modules. When the lisp engine is isolated via a stable abi, then you can redesign it without fear. Similarly with any of the modules themselves.