Updated Feature suggestions (markdown)

This commit is contained in:
Steve Howe 2015-06-12 19:52:01 -03:00
parent 8dffb89814
commit f3043c95a0
1 changed files with 2 additions and 0 deletions

View File

@ -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.