Groovy Runners
Looked at Groovy, again, as a source for transformations. A way to quickly feed pipelines in Relay, using a scripting language. The MarkupBuilder looked very promising.
But it can’t emit namespaces, nor hyphens.
It would have been swell. I don’t want to add a pure template language to the mix. Groovy would be both scripting and templates.
Fixing markup is on the 1.0 to do list. What would it take to get it done sooner rather than later?
UPDATE: Markup has been fixed. Guillaume himself posted a response to my inquery. Groovy supports namespaces and can quote names to permit hypens and colons.