Zinc server (scala incremental compiler) on Windows?
3 answers
Note: as of December 2016, you can use Zinc on any platform supported by the Scala IDE: see Scala IDE 4.5.0 is out! "(based on the latest Eclipse 4.6 Neon platform).
It comes with:
Zinc compiler
Refactorings aren't the only thing that needs to work better. We decided to use the latest Zinc compiler to improve compilation performance.
For those of you who are not familiar with Zinc, it should be said that Zinc is a stand-alone version of the incremental sbts compiler and can be used as an alternative to the scalar.
Incremental compilation significantly reduces compilation time, because the analyzer can only find dependent units and limit compilation. Therefore, using this powerful tool is a great advantage for the Scala IDE.
0
source to share