nifty@lemmy.world to Programmer Humor@programming.dev · 1 year agoEvery language has its nichelemmy.worldimagemessage-square181linkfedilinkarrow-up1970
arrow-up1970imageEvery language has its nichelemmy.worldnifty@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square181linkfedilink
minus-squarePipoca@lemmy.worldlinkfedilinkarrow-up2·1 year agoEmacs 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.
What are the main differences?
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.