After reading slow compiler and Martin Odersky's response, We are so worried to kick start massive ERP product (which is heavily funded that targets a specific Industry) using Scala language.
Edited based on below responses: Splitting into different modules is an option. But that is how one should be doing/planing in any large projects. That just cant be the solution for us.
Martin himself admitted (please see above link) that the Java compiler is 10 times faster than Scala (almost two years ago). This is scary for us, we cant afford waiting for hours while it builds (e.g when we do the clean build) on Dev's machine. Martin clearly said not expect any miracles in future.
Our only option is using continuous compilation. Our intended IDE is IntelliJ Idea.
- I am not sure how it is going to affect developer's machine/Ide's performance?
- Also when I click save, does it also try compile the code file I am currently busy writing?
Some guidance is really appreciated.
Thanks
Mk