From c1b3db76d6c5e36711681e55918bd8e297502de6 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Wed, 13 Dec 2017 13:56:37 +0300 Subject: [PATCH] Updated Feature suggestions (markdown) --- Feature-suggestions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Feature-suggestions.md b/Feature-suggestions.md index f0c170a..a137dd1 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -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).