←back to thread

Emacs Lisp Elements

(protesilaos.com)
353 points robenkleene | 2 comments | | HN request time: 0.565s | source
1. ptx ◴[] No.43672153[source]
Hmm, there seems to be no mention of dynamic vs. lexical binding, which is a difference from some other Lisps I was hoping to gain some insight on.
replies(1): >>43672989 #
2. sctb ◴[] No.43672989[source]
If you're still interested: https://www.gnu.org/software/emacs/manual/html_node/elisp/Le.... Basically modern Emacs Lisp works like Common Lisp.