6 ms·
For those using Nim: how is the compile speed?
by boduh 9y ago
For those using Nim: how is the compile speed?
- dom96 9y agoVery fast. I can bootstrap the compiler in under a minute. Compilation times are further reduced while developing thanks to incremental compilation.
- boduh 9y agoSounds great! What about debugging? I understand that Nim compiles to C/C++ so I am curious if I can use Xcode on a Mac and Visual Studio on Windows to debug the generated C/C++ code.