in reply to C pre-processor in Perl
In a simple program, you could certainly get away with #define. You'd be sunk if you tried to use it in a module that you expected other people to use, though.
I'm not sure calling C macro processing 'first-class' is very accurate though. It feels more like third-class to me. :)
|
|---|