Re: Type inference side effects

2016-12-28 Thread LeuGim
The generated code is the same (if no errors); probability of errors is higher, both for you and compiler, but mostly for complex cases; explicitness is less; better for fingers and for the code's size. Overall it's more of coding style - do you like to write more explicit or compact.

Type inference side effects

2016-12-28 Thread Atlas
Are there any side-effects of using Type inference (in security or any other sides)?

Re: lib\wrappers\\pdcurses.nim(43, 10) error : cannot open windows

2016-12-28 Thread henry75
**The Windows API wrapper (windows.nim) is now not part of the official distribution anymore. Instead use the oldwinapi Nimble package.** [https://github.com/nim-lang/oldwinapi](https://github.com/nim-lang/oldwinapi)

ogni giorno della settimana

2016-12-28 Thread melting
Come ogni altra cosa nella vita, la motivazione per correre a volte può diminuire a causa di vincoli di tempo, maltempo, o semplicemente [url=[http://www.robinindahood.nl/Nike-Air-Max-Zero-Dames-c-40_44.html]Nike](http://forum.nim-lang.org///www.robinindahood.nl/Nike-Air-Max-Zero-Dames-c-40_44.ht

Re: lib\wrappers\\pdcurses.nim(43, 10) error : cannot open windows

2016-12-28 Thread henry75
os : win7 x64, nim : v 0.15.0 # lib wrappers pdcurses.nim # line 43 : import windows my file curses01.nim import pdcurses initscr() E:worknim> nim c curses01.nim Hint: used config file 'd:\nim0150\config\nim.cfg'[Conf] Hint: system [Processing] Hi