top | item 14434240

(no title)

boduh | 8 years ago

For those using Nim: how is the compile speed?

discuss

order

dom96|8 years ago

Very fast. I can bootstrap the compiler in under a minute. Compilation times are further reduced while developing thanks to incremental compilation.

boduh|8 years ago

Sounds 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.