Re: Go-lang like interface

2016-08-06 Thread OderWat
Just if anybody wants / needs to know how to modify @Krux02 original code to automatically use a converter and therefor hiding more of the implementation details. Simply replace the lines from `let castIdent = ...` to the end of the file with: # instead of let castIdent = ...

Re: Go-lang like interface

2016-08-06 Thread Krux02
@andrea Of course you are allowed to use this code, and I actually thought about putting it on github so it is more accessable to people. I am not so sure about the nimble package at this point in time. I will think about it.

BountySource Update #4: The Road to v1.0

2016-08-06 Thread dom96
[http://nim-lang.org/news/2016_08_06_bountysource_update_the_road_to_v10.html](http://forum.nim-lang.org///nim-lang.org/news/2016_08_06_bountysource_update_the_road_to_v10.html) Any comments welcome :)

Re: GTK 3.20 Nim wrapper

2016-08-06 Thread Stefan_Salewski
The plain Nim GTK3 editor is now available in version 0.2 [https://github.com/ngtk3/NEd](https://github.com/ngtk3/NEd) I have added multiview support, fixed the GTK related modules and added a short Asciidoc Readme. Not really tested yet. You should be able to compile it at least on 64 bit Linu

Last chance to answer the 2016 Nim Community Survey

2016-08-06 Thread dom96
The 2016 Nim Community Survey will be finalised in 2 days, so you've still got some time but not much! You can access it here: [http://nim-lang.org/survey](http://forum.nim-lang.org///nim-lang.org/survey)

Re: When will ``future`` become the present?

2016-08-06 Thread dom96
Sure.

Re: When will ``future`` become the present?

2016-08-06 Thread moigagoo
If I merge `future` into `system` and the tests pass, is there a chance this lands in 0.14.3?