If you haven't answered it already, here is Nim Community Survey 2019:
https://nim-lang.org/blog/2019/12/20/community-survey-2019.html
We would love to hear your opinions, and it will help us with our 2020 plans.
Last call
Nim Community Survey 2019 will close in about 18 hours (Feb 11th, 6am UTC), now is your last chance to participate: https://nim-lang.org/blog/2019/12/20/community-survey-2019.html
Thanks for the writeup!
One thing I wanted to mention, is that the pair of "no" answers in "Have you made contributions" was a very weird choice in my opinion: I could either answer "No, but plan to", or "No and never will"; that's weird to me, as I'd like to answer "No, and currently don't plan to"; I definitely don't have strong negative opinion about contributing, I see it as possible I may one day, but I also currently just don't have plans to do that. I was super confused and didn't know which answer to chose, both seemed an equal lie. I don't remember which one I chose in the end, would be confused the same if I were to chose again.
According to the survey, Visual Studio Code is by far the most used editor for nim work. However the VSCode nim plugin is quite out of date. The latest version, 0.6.4 was released in September, before nim 1.0.0 was released. It also does not support (AFAIK) using nimpretty and is missing other features.
Do you guys know if there are plans to update the plugin to at least be compatible with the official 1.0 nim release?
not nil enforces compile-time checks which provides stronger guarantees. I'd say it's a first step towards Nim proving formal properties of a language.
For example when interfacing with low-level pointer based API, you might want to say return a ptr T not nil from malloc (because if it was nil it would have been an OutOfMemory error) and the rest of the program can rely on that property as it's propagated and compile-time check by the compiler.
any chance to re-open?
Nope. The survey is over.
One thing I wanted to mention, is that the pair of "no" answers in "Have you made contributions" was a very weird choice
(...)
I had the exact same reaction as akavel regarding the "Have you made contributions?“ question.
(...)
Me too. Is opening an issue a contribution? Is writing a library a contribution?
Thanks for the feedback! We'll try to keep that in mind for the 2020 survey.