Y
Hacker News
new
|
ask
|
show
|
jobs
by
boduh
3309 days ago
For those using Nim: how is the compile speed?
1 comments
dom96
3309 days ago
Very fast. I can bootstrap the compiler in under a minute. Compilation times are further reduced while developing thanks to incremental compilation.
link
boduh
3309 days 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.
link