Patrick R. Michaud via RT wrote:
In discussions with Allison at OSCON, I noted that we needed to reconsider
the syntax slightly. We don't want TGE to have to know how to parse every
language, and it may not be reasonable to expect every compiler to expose
a parser. So, if we're going to allow other languages in the transform
bodies, we may want a "hereis" or podly {{...}}, {{{...}}} syntax to
delimit the transform bodies. At the moment I'm leaning towards the {{...}}
form, if only because PGE is already using it.
Pm
How about here doc style?
This was mentioned on IRC by either Coke or Particle, I had the the same
idea.