Updated Feature suggestions (markdown)
This commit is contained in:
parent
8dffb89814
commit
f3043c95a0
|
@ -1,5 +1,7 @@
|
||||||
What features would you like to see in Nim or the Nim Ecosystem:
|
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.
|
- 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.
|
- 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue