In short, since I just had this discussion yesterday:
- TT is language-agnostic, and works well even in languages where whitespace matters.
- TT provides heavy customization callbacks at each level of processing
- TT has an embedded language that hides the difference between hashes and
method calls so dumb hashes can be turned into smart objects later
- TT plays well outside mod_perl as a static transformation tool (or even in CGI)
- Mason has better "out of the box" caching, but TT has all the right hooks to write your own easily, probably better for real applications anyway
- TT permits Embedded Perl to be turned off or on for a given input source, useful
in an enviroment where full Perl interface would be dangerous or misleading
- embedded TT triggers can be changed to suit the parsed language, and for HTML
be selected so as to get into and out of WYSIWYG HTML wranglers without mangling
- One customer site I know doing $30M a year is using it and recommended it
highly over the other embedded Perl/HTML solutions after doing their own study
-- Randal L. Schwartz, Perl hacker
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|