Re: What'd I miss?

2018-11-21 Thread shevegen
> For me, coding is a hobby For me too. My biggest issue altogether is lack of time. Ruby is my main language but I do not even get to write as much code a I once did, simply because I don't have the time. I still write code to solve things though, many trivial things that come up every day.

Re: What'd I miss?

2018-11-21 Thread twetzel59
Yay! No more `nil` deference on strings. Awesome! @juancarlospaco Thanks! I'm happy about the pure functions.

Re: What'd I miss?

2018-11-21 Thread juancarlospaco
The `func` is more funky now. The `future` is now `sugar`. `httpbeast` is fastest Server (for JSON data). A lot of cool modules on Nimble.

Re: What'd I miss?

2018-11-20 Thread mashingan
> any major changes in the last few months? 1. Strings and seqs defaulted to empty, not nil. 2. Any instance of assigning strings and seqs with nil will make compiling-error. 3. Use option `--nilseqs:on` to make the transition lean from 0.18.0 to 0.19.0

Re: What'd I miss?

2018-11-20 Thread miran
> any major changes in the last few months? You don't have to initialize your strings and sequences manually anymore.

What'd I miss?

2018-11-20 Thread twetzel59
Hello all, Several months ago, life started to get quite busy and now I have much less present here since August. For me, coding is a hobby, and I haven't had much time for it lately. Luckily, I have a bit more free time, and I'm really curious what's been happening with Nim in the last few