
27 Jun
2011
27 Jun
'11
3:55 p.m.
On 27 June 2011 15:04, Sean Charles
So... where would be a good place to start with a DSL that could produce Java code as its output?
I think you might find you need a GPL (general purpose language) for Android development rather than a DSL... As a language, Scheme is roughly small enough that a Scheme compiler can retargetted to other hosts (e.g. generate JVM bytecode rather than native assembler or portable C). It would be possible to do this for Glasgow Haskell, but pragmatically there probably isn't much will - it would be a substantial engineering effort.