A PYTHON PREPROCESSOR

Glyph Lefkowitz glyph at twistedmatrix.com
Thu May 18 00:29:37 EDT 2000


Courageous <jkraska1 at san.rr.com> writes:

> I am considering writing a Python preproccesor,
        .
        .
        .
> I'm curious what kind of features people would
> like to see.

Inlining of methods!

Since python variable name / method lookup is so expensive, I believe
this would be a significant speedup.  Comments?

-- 
                  __________________________________________
                 |    ______      __   __  _____  _     _   |
                 |   |  ____ |      \_/   |_____] |_____|   |
                 |   |_____| |_____  |    |       |     |   |
                 |   @ t w i s t e d m a t r i x  . c o m   |
                 |   http://www.twistedmatrix.com/~glyph/   |
                 `__________________________________________'




More information about the Python-list mailing list