Tagging Languages And Monolithic Code
The biggest problem with tag-based languages (\<h1>\<% someCode %>\</h1> : the ASPs, the ColdFusions, the PHPs...) is that they facilitate monolithic code. This is related the big criticism of XML and DOMs for data structures, too: they facilitate the creation of hierarchies, not graphs. (As always with programming, the issue is …
more ...