Hacker News new | ask | show | jobs
by ExpiredLink 5059 days ago
> I'd probably use a preprocessor to transform some clean syntax into the normal Java code.

If I were in your place, I'd just learn enough Java to be proficient. Java is a very powerful language and certainly better suited for mundane tasks than your preprocessor.

1 comments

I think you misunderstood; he wants to avoid doing mundane tasks.

There's a couple of extensible preprocessors that aim to do exactly this. They're called 'clojure', 'scala', and 'kawa'.