From fbaaf146977ff6fa8fb6de1a9b118b177f480092 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Tue, 3 Feb 2015 09:08:30 +0100 Subject: [PATCH] Babel -> Nimble --- Feature-suggestions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Feature-suggestions.md b/Feature-suggestions.md index ecc76ea..2e3372f 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -4,7 +4,7 @@ What features would you like to see in Nim or the Nim Ecosystem: - 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. - gem like functionality (gem install sinatra) - - [babel](https://github.com/nimrod-code/babel) + - [nimble](https://github.com/nim-lang/nimble) - A cookbook site similar to Python, where users can share code, mostly snippets. Driven by normal users rather by experts-only.