in reply to Re: Re: Three-layer web application architecture
in thread Three-layer web application architecture
. . . for me they are both similar: in-line mini-languages . . .
They are both in-line, but HTML::Template takes the view that HTML designers are not programmers, nor should they be. As such, the only control a template writer has over the output is simple conditionals, loops, and variables. Ignoring, of course, HTML::Template::Expr, which hasn't been updated for over a year, is rather inefficient, and is generally considered an evil step-brother of HTML::Template.
OTOH, TT is practically a full-fledged language of its own.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Three-layer web application architecture
by adrianh (Chancellor) on Nov 17, 2003 at 15:30 UTC | |
|
Re: Re: Re: Re: Three-layer web application architecture
by perrin (Chancellor) on Nov 17, 2003 at 17:53 UTC | |
by adrianh (Chancellor) on Nov 17, 2003 at 18:10 UTC | |
by cleverett (Friar) on Nov 17, 2003 at 22:06 UTC |