Comparatively<p>> Incremental rebuilds cause a lot of compilation problems, bugs, and errors. Incremental rebuilds are also slow due to the amount of in between files generated between builds. Jai will contain no incremental rebuild steps. All will be compiled in one fresh compilation. This means that the compiler will need to run fast with high performance. The eventual goal is to compile a 1 million lines of code in 1 second, but as of right now, the compiler can only do 250,000 lines in 1 second.<p><a href="https://github.com/Jai-Community/Jai-Community-Library/wiki/Philosophy-of-Jai#incremental-rebuilds">https://github.com/Jai-Community/Jai-Community-Library/wiki/...</a>