|
|
|
|
|
by yummyfajitas
5055 days ago
|
|
Try out Scala. It's a superior substitute for Java in every possible way. And even if my last statement is hyperbole, you can still use Java in your scala project for the critical parts where scala doesn't do a good enough job. Sbt, the standard scala build tool typically builds you src/main/scala and src/main/java folders. Write scala in the scala folders, java in the java folders, they can easily refer to each other, it's all seamless. |
|
In my opinion the reason why Scala will never be mainstream. There has to be a balance between features and simplicity.