emacs-devel
[Top][All Lists]
Advanced

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

Re: Default lexical-binding to t


From: Richard Stallman
Subject: Re: Default lexical-binding to t
Date: Sat, 09 Nov 2024 23:04:03 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Lexical binding makes debugging more difficult.  For example, the
  > compilation process discards the names of parameters to functions.

C uses lexical binding, and yet GCC manages to say where to find the
function's local variables.  Even in an optimized compilation,
it does that pretty well.

If the byte compiler doesn't do such a good job, how about fixing that?

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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