Hi all, I wanted to experiment a bit with creating DSLs, so I decided to try to write a DSL for Lanterna: https://github.com/mabe02/lanterna. I know the Griffon team already has a DSL for that, but that can't be used standalone, so... In case anybody is interested, I've posted my work sofar to https://github.com/boekhold/lanterna-terminal-builder. The single test case class should give a good overview of what it is current capable of. Maarten