Re: Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread Libman
I really like dom96 and I would encourage everyone to financially support his book. That said: [https://thePirateBay.org/torrent/22104456/Nim_in_Action](https://thePirateBay.org/torrent/22104456/Nim_in_Action) Sorry. I didn't leak it. I just happen to notice its there.

template/macro should return `void` instead of `typed` (synonym and much clearer)

2018-08-09 Thread timothee
> What are the chances of keeping typed and untyped and making it actually > meaningful? Like template a: untyped = # This actually has no type for i in 0..9: echo i template b: typed = # This has a type procReturningSomething()

Re: Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread dom96
Two chapters are available for free on [http://book.picheta.me](http://book.picheta.me)/ for what it's worth. > Nim in Action is geared more towards Web Development anyway. I wouldn't say that. Only one chapter focuses on web development.

Re: Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread amalek
Use this: [https://narimiran.github.io/nim-basics](https://narimiran.github.io/nim-basics)/ It's free and it already covers most of Nim (except for metaprogramming and generics, but if you're interested in game development (judging by your previous posts) you won't be needing those). Nim in

Re: A tutorial for cross-compiling to Windows on a Linux machine?

2018-08-09 Thread juancarlospaco
> $ mkdir /tmp/test_nim_crosscompile > > $ cd /tmp/test_nim_crosscompile/ > > $ echo 'echo "Hello World"' > hello.nim > > $ nim c --cpu:amd64 --os:windows --gcc.exe:x86_64-w64-mingw32-gcc > --gcc.linkerexe:x86_64-w64-mingw32-gcc hello.nim > > $ wine hello.exe > > Hello World Crosscompile

Re: Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread MDtox
Of course I would like to support you, but I'm only 15 years old.

Re: Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread dom96
You don't want to support poor author's like me? :(

Re: Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread kaushalmodi
Nim_in_Action.pdf

Can you leave a link to download the Nim in Action book in pdf / djvu format?

2018-08-09 Thread MDtox
Thank you in advance.

A tutorial for cross-compiling to Windows on a Linux machine?

2018-08-09 Thread schollz
Dear all, I couldn't find detailed information about how to cross-compile for windows on a Linux machine. Could someone please point me to a discussion/tutorial about this? Namely I need to know the basic command (I know its something like nim --os:windows --cpu:amd64 --gcc.exe:...) and I

Re: --stdout question

2018-08-09 Thread lotzz
that seems useless

Re: Nim partners with Status.im

2018-08-09 Thread DTxplorer
Congratulation !

Re: Nim partners with Status.im

2018-08-09 Thread dom96
> Silly and hostile comments under Reg text show that popularity is hard. Yeah, perhaps I'm crazy but the people in those comments don't seem inclined to have a rational discussion about style insensitivity. > Maybe it is time to create well exposed "Common misconceptions" at the >