you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (1 child)

What are the main differences?

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 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.

  • source
  • parent