• @Pipoca
    link
    54 months ago

    Emacs unfortunately uses Emacs lisp, not common lisp or scheme.

      • @AnUnusualRelic
        link
        14 months ago

        And that didn’t work? I would have thought it would be quite popular.

        • @[email protected]
          link
          fedilink
          14 months ago

          I think that Emacs itself was mostly implemented, but they couldn’t get people to rewrite all of their user generated content.

      • @Pipoca
        link
        24 months ago

        Emacs is a bunch older than common lisp.

        One of its more idiosyncratic design decisions was using dynamic scope, rather than lexical scope. They did add in per-file lexical scope, though.

        It also just doesn’t implement a lot of common lisp’s standard library.