• @Shareni
        link
        27 months ago

        There was that one attempt to rewrite Emacs in cl

          • @Shareni
            link
            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.

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