The way to a faster python [was Python IS slow !]

Terry Reedy tjreedy at udel.edu
Mon May 10 22:10:02 EDT 1999


My current thought on how to flag static declarations is to use $
currently unused in Python). Either

A. make $ an alternate comment char:
standard python would ignore static declarations;
P2C, Swallor, or whatever, would use info.

or

B. make #$ the 'static declaration follows' marker.

A is prettier; B can be done now and forever with no change to the core.

Terry J. Reedy





More information about the Python-list mailing list