push-style templating - an xml-like way to process xhtml

Terrence Brannon metaperl at gmail.com
Fri Nov 7 10:25:30 EST 2008


On Nov 2, 6:19 pm, "Diez B. Roggisch" <de... at nospam.web.de> wrote:

>
> Learning the handful of constructs is the same as learning a handful of
> API calls. The same goes for idiosyncrasies of e.g. inserting
> sub-templates or dealing with repeating content.

I'm not sure I agree with you.

1 - the constructs probably call an internal API. that's two levels of
complexity to implement
2 - the API is based directly on Python. Python has a much larger
userbase and test suite than any template language
3 - the Python language has 15 years of refinement in what it offers
as language constructs. Most of these template language are ad hoc
products fashioned and re-fashioned over at most a 3 year period.



More information about the Python-list mailing list