By jrandol
via nycfintech.blogspot.com
Published: Sep 18 2010 / 15:52
Currently I spend a lot of time building DSLs in Groovy that will get used by other tools, so writing code that generates syntactically correct Groovy -- and in particular being able to produce machine-executable / human-readable text files that serialize data acquired somewhere else is really important...Therein we find one of the problems with Groovy. There is no simple and consistent way to write data to a file that will eventually get passed to XXX.parse on GroovyShell or GroovyClassLoader or passed to GroovyScriptEngine or passed to Eval.me(...) and return an equivalent structure:
Add your comment