Python’s Preprocessor #5
Replies: 6 comments 1 reply
-
Two things you missed in your Preprocessor talk (which was very good!): Constants
Macros
|
Beta Was this translation helpful? Give feedback.
-
Great post! Thanks for it. |
Beta Was this translation helpful? Give feedback.
-
This is one of the more wild things I've seen in 15 years of python coding. Great post! Definitely saving this for some future nightmare scenario where I might need it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for this magnific post. I started looking into how |
Beta Was this translation helpful? Give feedback.
-
What an amazing post, thank you! I particularly love the cppyy example (and cppyy an amazing library!). I'll send this to everyone from now on who tells me that doing static analysis of python 'should be easy' (or static compilation). |
Beta Was this translation helpful? Give feedback.
-
More example usages:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Python’s Preprocessor
Every now and the you hear outrageous claims such as “Python has no preprocessor”.
https://pydong.org/posts/PythonsPreprocessor/
Beta Was this translation helpful? Give feedback.
All reactions