nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.49k stars 1.46k forks source link

New concepts are undocumented #20225

Open metagn opened 2 years ago

metagn commented 2 years ago

New concepts as described in https://github.com/nim-lang/RFCs/issues/168 are in the language (#15251) but undocumented, the experimental manual only describes old concepts.

foxoman commented 1 year ago

Any update on this ? or has it been done ?

ringabout commented 1 year ago

Nope

evelant commented 3 months ago

As a newcomer to nim if I hadn't been browsing the RFCs out of curiosity I never would have known! Concepts seemed like a really powerful feature and it turns out they're even more powerful than I thought due to the missing docs.