After Parrot, what next?
Andrew Dalke
dalke at acm.org
Tue Apr 10 00:07:26 EDT 2001
Roy Smith wrote:
>A bunch of us were discussing the new Parrot syntax
...
>you'd do:
>
> <for>
> <controlvariable>line</controlvariable>
> <iteratorlist>getlines</iteratorlist>
...
>So, what'ya think?
Like xslt you need to put those in their own namespace, and
you should use a '-' as a separator
<python:for>
<python:control-variable>line</python:control-variable>
<python:iterator-list>getlines</python:iterator-list>
etc.
(And yes, my fingers get tired doing xslt.)
Andrew
dalke at acm.org
More information about the Python-list
mailing list