Hacker News new | ask | show | jobs
by dllthomas 3996 days ago
Does Scala have "compile speed issues" compared to Haskell? That's probably my biggest pain point using Haskell day-to-day.
1 comments

No. Scala neither needs to compile dependencies, nor does it need to recompile everything on a change.

The first compile might take a bit, but after that all changes are usually incrementally compiled in less than a second.