What features would you like to see in Nimrod or the Nimrod Ecosystem:
- lightweight threads with network io multiplexed.
- if Nimrod had something like goroutine (ie multiplexed on networking and use native threads for other syscalls), then it will be ultimate language for server programming.
-<del>gem like functionality (gem install sinatra)</del>
- [babel](https://github.com/nimrod-code/babel)
- A cookbook site similar to Python, where users can share code,
mostly snippets. Driven by normal users rather by experts-only.
- A wiki functionality for parts of the documentation so that
users could update the documentation in a simple way (and Araq
could take these suggestions and approve or reject them
quickly).
- A pastebin for nimrod on the Nimrod Homepage or somewhere else.