emacs-devel
[Top][All Lists]
Advanced

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

Re: Why shouldn't we have a #if .... #else .... #endif construct in Emac


From: Richard Stallman
Subject: Re: Why shouldn't we have a #if .... #else .... #endif construct in Emacs Lisp?
Date: Sat, 09 Sep 2023 20:22:35 -0400

[[[ 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. ]]]

  > Because there are cases when `fboundp' should be checked at runtime.
  > For example, some parts of Org use `fboundp' to check if certain
  > third-party optional dependencies are loaded. If `fboundp' is resolved
  > at compile time, such checks will be broken.

I am confident there is a convenient way to distinguish the cases
where you want run-time tests from those where you would like
compile-time tests.  But I can't try to look for it until I see
what the former cases look like.  Can you show me an example?

-- 
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]