[Python-Dev] More feedback from script scape
Skip Montanaro
skip@pobox.com (Skip Montanaro)
Wed, 22 Aug 2001 20:13:43 -0500
BAW> From what you and Ping described, I doubt it needs to be PEP'd. It
BAW> could all be done in a module, without any impact on the language
BAW> I'd imagine.
Agreed. I believe it's the same with Perl's Inline module. In fact, I
first encountered it about a year ago when trying to figure out how to write
Mason components in Python. I seem to recall that the author(s) wrote
Inline as a lark.
Skip