Hacker News new | ask | show | jobs
by Sandman 5346 days ago
I'm actually kind of worried about what the generated Java code will look like. From what I can see from the greeter example, it's.. well, not very pretty. It certainly looks nothing like what one would normally write if one was writing pure Java code. Imagine having to maintain that.
1 comments

I 'm pretty sure you would maintain the extend code. Otherwise your doing it wrong :P
In that case, what's the use of compiling to java source code, why not compile directly to bytecode?