Hacker News new | ask | show | jobs
by jspthrowaway2 4930 days ago
It's also the slowest compilation I've ever seen, even with really clever custom tooling.
1 comments

Scala compilation is indeed slow (although I think C++ is worse). But I always have a "sbt ~compile" running, compiling every file as they change. So the compilation time is pretty much irrelevant to me. While using eclipse, I guess, you'd get the same speed too.