From 4b39cd998be716a537ad12c64b1e6a753bb4ede4 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Thu, 18 Feb 2016 20:26:58 +0100 Subject: [PATCH] Updated GSoC 2016 Ideas (markdown) --- GSoC-2016-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-2016-Ideas.md b/GSoC-2016-Ideas.md index 31804dd..588561f 100644 --- a/GSoC-2016-Ideas.md +++ b/GSoC-2016-Ideas.md @@ -42,7 +42,7 @@ The following list of projects are just some ideas that the community and the de A REPL (read-eval-print loop) can be a valuable tool while exploring a language, new libraries and during regular development, as it allows faster -feedback. Nim provides a simple REPL (`nim i`) based on its compile-time +feedback. Nim provides a simple REPL (`nim secret`) based on its compile-time virtual machine, but it has some drawbacks, such as the C FFI not working. An alternative approach is the development of a new REPL that actually compiles