Updated Feature suggestions (markdown)
This commit is contained in:
parent
992a094b2a
commit
eefc572b97
|
@ -2,7 +2,7 @@ What features would you like to see in Nim
|
||||||
|
|
||||||
(Use [needed-libraries repository](https://github.com/nim-lang/needed-libraries) for asking for libraries in the Nim Ecosystem.)
|
(Use [needed-libraries repository](https://github.com/nim-lang/needed-libraries) for asking for libraries in the Nim Ecosystem.)
|
||||||
|
|
||||||
- Range to sequence and array. Example `let a = [1..3]` would be the same as let a = [1, 2, 3]
|
- Range to sequence and array. Example `let a = [1..3]` would be the same as `let a = [1, 2, 3]`, both resulting in `[1, 2, 3]`
|
||||||
|
|
||||||
- "pure" mode - force usage of scoped variables (unless imported by from... import) and exact case match (like golang does).
|
- "pure" mode - force usage of scoped variables (unless imported by from... import) and exact case match (like golang does).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue