nim-lang / website

Code for the official Nim programming language website
https://nim-lang.org
Other
115 stars 78 forks source link

Nim v2.0 release article #371

Closed narimiran closed 1 year ago

ringabout commented 1 year ago

Features in https://nim-lang.org/blog/2022/12/21/version-20-rc.html and https://nim-lang.org/blog/2023/03/31/version-20-rc2.html are not mentioned.

Overloadable enums Default values for objects Definite assignment analysis Strict effects mismatch error messages

narimiran commented 1 year ago

Features in https://nim-lang.org/blog/2022/12/21/version-20-rc.html and https://nim-lang.org/blog/2023/03/31/version-20-rc2.html are not mentioned.

Overloadable enums Default values for objects Definite assignment analysis Strict effects mismatch error messages

Good catch, thanks!

Now added.

Araq commented 1 year ago

Are the new features supposed to be ordered such that the most interesting/exciting ones are first?

It's not clear how these long articles are truely read by the average reader. I assume it's "begin is important, middle is skipped, ending is important".

If so, I think e.g. that "Default values for objects" should be higher up.

Maybe. I don't know.