Sujet : Re: Which code style do you prefer the most?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 28. Feb 2025, 00:24:45
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpqs7t$3aker$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.162 (Pokrosvk)
On Thu, 27 Feb 2025 17:27:17 +0000, bart wrote:
Problems involving \ and // commonly come up with multi-line macros.
C macros are yet another example of the wrong way to do macros.
The only right way to do macros is at the AST level.
Think how many problems would be solved if you could do gensym in a C
macro.