http://www.perlmonks.org?node_id=963995


in reply to Push style templating systems

check out the latest additions to the push-style templating list.



The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"

  • Comment on 2 javascript and 1 haskell languaged added to push-style templating systems list