What is special about Nim? ยท HookRace - a Nim blog for now

HookRace - a Nim blog for now Posts Feed DDNet Me 2015-01-01 The Nim programming language is exciting. While the official tutorial is great, it slowly introduces you to the language. Instead I want to quickly show what you can do with Nim that would be more difficult or impossible in other languages. I discovered Nim in my quest to find the right tools to write a game, HookRace, the successor of my current DDNet game/mod of Teeworlds. Since I'm busy with other projects for now, this blog is now officially about Nim instead, until I find time to continue developing the game. Ok, this part is not exciting yet, but I invite you to follow along with the post: for i in 0 .. 10 : echo "Hello World" [ 0 .. i ] If you want to do so, get the Nim compiler . Save this code as hello.nim , compile it with nim c hello and finally run the binary with ./hello . To immediately compil...

Linked on 2015-04-06 18:24:25 | Similar Links