7 ms·
The compiler can do anything a linter can do. Multi-pass multithreaded compilers are not unheard of. eg While compiling to temporary storage, I do a linting in
by TooBrokeToBeg 8y ago
The compiler can do anything a linter can do. Multi-pass multithreaded compilers are not unheard of. eg While compiling to temporary storage, I do a linting in another thread. At the end, check for successes and move the artifacts into the output directory.
- TwelveNights 8y agoWhat the poster means is that a compiler may not be as applicable to interpreted languages.