Liste des Groupes | Revenir à cl c |
On 2025-04-23, bart <bc@freeuk.com> wrote:On 23/04/2025 16:31, David Brown wrote:>On 22/04/2025 22:03, bart wrote:>Too few levels of functions and/or macros (there is no semantic>
difference between macros and functions in this matter)
There is a great deal of difference. Functions tend to be well-formed in
their inputs and outputs.
>
Macros take some abitrary blocks of syntax and return another arbitrary
block of syntax:
>
#define INDEX(a, b, y) a y b
INDEX(a, i, [) ];
While that's terrible, I've never seen anything like it in the wild.
Les messages affichés proviennent d'usenet.