* Tim Johnson <tim at johnsons-web.com> [2004/08/07 12:15]:
> I program in python. My partner programs in perl.
> We've settled on the Template Toolkit as a "middle ground."

I spent some time contemplating how best to port TT to python, and
decided that it was too much trouble.  The Python way and the Perl way
are a little too different.  In particular, implementing the parser in
Python was Hard, since there are a some idiosyncracies in the grammar
that were difficult to model.

> It seems to me that it would improve performance to be able to
> create a "pipe" directly to tpage, but is that possible?

Well, you could use op.system or os.popen to simply call tpage or tree,
or a more specialized Perl script that set all the TT-specific
parameters.

(darren)

-- 
The trouble with the world is that the stupid are cocksure and the
intelligent are full of doubt.
    -- Bertrand Russell

Attachment: pgpdTxxfOwwG9.pgp
Description: PGP signature

Reply via email to