emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 26.1 release branch created


From: Philipp Stephani
Subject: Re: Emacs 26.1 release branch created
Date: Tue, 26 Sep 2017 19:28:07 +0000



Drew Adams <address@hidden> schrieb am Di., 26. Sep. 2017 um 04:53 Uhr:

Uh, let-binding dynamic variables is as old as the hills.
It's older than Emacs (and that's saying something).

It's still no good. Dynamic variables are global mutable state, with all its downsides.
Early Lisps had only dynamic binding because people didn't know better. But now we know that global mutable state is almost always undesirable and avoid id wherever we can.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]