> only thing in nim that properly checks if your syntax works is the compiler, > so basically I recompile every time I save a file automatically.
I have a habit of recompiling after every few lines of code, but as project grows, compilation speed slows down. So, I am slowly switching to `nim check`, which is faster and I didn't have a problem with it, yet.