> Sorry to be cheeky, but, New Nim users (and programmers in general) need to > learn the difference between concurrency and parallelism. :-P
Thank you! I'll be honest and say that I've actually learned this myself when I was writing Nim in Action. This is also why I spend quite a bit of the book explaining this difference, because it is important, and nowadays I'm really surprised just how many programmers use these terms interchangeably.
