[Python-Dev] Inline caveat

Skip Montanaro skip@pobox.com (Skip Montanaro)
Thu, 23 Aug 2001 08:11:42 -0500


There is, of course, a definite downside to Inline.  Your code will get
harder to read and maintain because you and whoever else has to maintain
your code has to be familiar with all the languages you are inlining.

Skip