Re: Nim programming book for kids

2020-04-07 Thread DanielSokil
Really grateful for this effort.


Re: Advantages of "from... X... import Y" over "import Y"?

2019-11-21 Thread DanielSokil
I find this very helpful when exploring new libraries.


Re: Cross-compiling from Linux to Windows using the -d:mingw flag

2018-12-03 Thread DanielSokil
This has worked for me: $ sudo apt-get install mingw-w64 $ nim --os:windows 
--cpu:amd64 --gcc.exe:x86_64-w64-mingw32-gcc 
--gcc.linkerexe:x86_64-w64-mingw32-gcc c src/uitest.nim


Re: Nim T-shirts and mugs now available

2018-10-29 Thread DanielSokil
Are the T-shirts still available?