• Pipoca
    link
    fedilink
    arrow-up
    5
    ·
    2 years ago

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

      • Pipoca
        link
        fedilink
        arrow-up
        2
        ·
        2 years 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.