help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [External] : Re: Lexical vs. dynamic: small examples?


From: Stefan Monnier
Subject: Re: [External] : Re: Lexical vs. dynamic: small examples?
Date: Sun, 15 Aug 2021 19:56:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Can't it be done with `lexical-let'?

`lexical-let` is deprecated (and expands to ugly code, is less efficient
than using `lexical-binding`, and makes debugging harder).

Note that I also consider not using `lexical-binding` as deprecated
(tho this is not yet the official position of Emacs maintainers).


        Stefan




reply via email to

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