Seems like I want a pre-processor, but...
Cameron Laird
claird at lairds.us
Wed Mar 29 18:08:02 EST 2006
In article <1143564849.353889.169680 at v46g2000cwv.googlegroups.com>,
Russell Warren <russandheather at gmail.com> wrote:
.
.
.
>Anyway - it worked... you've answered my question perfectly, thanks. I
>hadn't considered that the module loading phase could basically used
>for preprocessing. You even helped by subtly providing a better
>version checker... I didn't even know you could use < with a tuple like
>that. I'll have to look into the logic rules there.
.
.
.
I'm working on an article on this topic, as it happens.
Yes, in general pre-processors are strictly inferior for
all realistic use-cases. Any time you think you need a
pre-processor in Python, you should ask for help to learn
of the better way that Python affords.
Even while writing this, I realize that some people have
implemented pre-processors for their Python, and expressed
satisfaction with the result. The cases familiar to me
had to do syntactic style--folks who don't like significant
white space, and so on.
More information about the Python-list
mailing list