| « Visiting Academics in New Orleans Versus Getting Things Done | Getting Things Half-Done » |
Binding XML
April 24th, 2007The problem with templating languages it binding. Perl would treat markup as a string. That is an honest interpretation of markup.
Ruby wants to turn markup into objects. PHP wants to turn markup into logic.
Java straddles objects and logic. There are two ways to embed. Path languages or embedded logic.
Attempt to make something that is delcaritive?
Can you represent all of the iterative constructs with a declaration? Or a call to an implementation in Java? That is a worthy goal. Let’s see if it works. Novel an interesting enough to put out there for people’s consideration.


