• @Pipoca
      link
      57 months ago

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

        • @AnUnusualRelic
          link
          17 months ago

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

          • @[email protected]
            link
            fedilink
            17 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
          27 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.