* Darren Chamberlain <[EMAIL PROTECTED]> [040809 07:34]:
> > 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.  
 
   Well, imitation is the sincerest form of flattery, but sometimes
   interoperability trumps imitation. :-)

> > 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.

 Thanks for those comments Darren, Eric's were very good also, but
 comming from the python direction, I'm getting more enlightenment.
 and in the *nix environment, I suppose I could try C's popen() as
 well.

 Let me build on my question here: 
 How about TCP/IP? Would it be that difficult to set up a 
 "Template Toolkit Server" on a socket protocol? That
 way, one could use rebol/core, which does not do system
 calls but has good port functionality. And the "server"
 would not even have to reside on the same machine as
 the client. (I think <duh>)

 THanks to all for comments.
 cheers
 tim
-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to