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 months.
I saw the release of 0.18.0, but on the blog I see that 0.19.0 is out already. Cool!
Now, if we were talking about C++, I'd assume not much happened unless ISO released their new standard :D Nim can make progress quite quickly, though, so I'm wondering if anyone could summarize for me any major changes in the last few months?
Thanks!
any major changes in the last few months?
You don't have to initialize your strings and sequences manually anymore.
Yay! No more nil deference on strings. Awesome!
@juancarlospaco Thanks! I'm happy about the pure functions.
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.
From that point of view, looking at different projects every some weeks really means that time passes by quickly, and lots of changes happening.