|
|
|
|
|
by hrjet
4664 days ago
|
|
That used to be true earlier, but the compile times in Scala are pretty good these days. Also I hear that a faster compiler is expected with the 2.11 release. Incremental compilation in Eclipse is already real-time. But in general, IMO, compile times shouldn't be a major factor in choosing a language; expressiveness and run-times are more important. |
|
This is one reason Go is so appealing to many people. The compile times make it "feel" like ruby or python or php in terms of "hit refresh and the change is there" style of development. That is a huge difference from, hit save and wait a minute for my java project to compile, and push out to tomcat a minute later. Even with JRebel the best I've seen is a 2-5 second page change refresh cycle in Scala and a minimum 5 second test suite reload time using SBT.
Scala is a beautiful language, but compared to Go, it's a very slow dev cycle.