|
|
|
|
|
by kajumix
1025 days ago
|
|
I have been using Scala. I have found that it can give you the best of both worlds. You can reason algebraically, and often after a refactor, if it compiles, it works. Type inference and monads works great too. You also get to benefit from being in the java ecosystem. In instances where it gets too esoteric, I can break rules and code more like java. I am curious what others think. |
|
sbt drives me insane though, and is probably my least favorite part of the development experience.