What a great article. Takes up a problem which everyone is familiar with and then describes how one will go about solving it in Nim.<p>I have been writing software for close to 15 years. When a new programming language comes out, I am looking to find out what it does better compared to the languages I already know. And generally, you never find material like that. After looking at this article, I realized that solving a familiar problem in a new language step by step is a PERFECT way to introduce me to your language.<p>Coming from C#, I learned that Nim language has the notion of a channel and how it makes cross thread communication easy.