Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

html : haml as Java :?

Tags:

java

haml

I'm a big fan of haml in place of html/erb in Rails. Is there a similar tool for Java that makes the resulting code just as fast (still compiles to bytecode, after all), but which is less verbose to type/read/edit?

like image 679
jefflunt Avatar asked Apr 30 '26 16:04

jefflunt


1 Answers

http://www.eclipse.org/xtend/ is the closest to what you're looking for. No significant whitespace to force indentation (as I gather you want from your Hacker News thread), but that's a very controversial feature and Eclipse of all groups is not going to be the one to bring that to Java.

like image 100
rckwy Avatar answered May 03 '26 04:05

rckwy