Comment on Ask HN: Which functional programming language is the popular enterprise choice?parentComments−justthistime_11yNo. 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.
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.