Updated Feature suggestions (markdown)

This commit is contained in:
Daniil Yarancev 2017-12-13 13:56:37 +03:00
parent d793b8fa31
commit c1b3db76d6
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
What features would you like to see in Nim or the Nim Ecosystem:
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.)
- "pure" mode - force usage of scoped variables (unless imported by from... import) and exact case match (like golang does).