From f3043c95a056ff1a72a36304989fd7bbe9e0aeea Mon Sep 17 00:00:00 2001 From: Steve Howe Date: Fri, 12 Jun 2015 19:52:01 -0300 Subject: [PATCH] Updated Feature suggestions (markdown) --- Feature-suggestions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Feature-suggestions.md b/Feature-suggestions.md index 0ea5c15..b0a0e32 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -1,5 +1,7 @@ What features would you like to see in Nim or the Nim Ecosystem: +- "pure" mode - force usage of scoped variables (unless imported by from... import) and exact case match (like golang does). + - lightweight threads with network io multiplexed. - if Nim had something like goroutine (ie multiplexed on networking and use native threads for other syscalls), then it will be ultimate language for server programming.