From f9bb1c0d7e923bbbf25da6b72db276fa7fbee40a Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Fri, 20 Feb 2015 06:30:24 +0100 Subject: [PATCH] Updated GSoC 2015 Ideas (markdown) --- GSoC-2015-Ideas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GSoC-2015-Ideas.md b/GSoC-2015-Ideas.md index aeed58e..2d20310 100644 --- a/GSoC-2015-Ideas.md +++ b/GSoC-2015-Ideas.md @@ -43,7 +43,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 -virtual machine, but it has drawbacks (no FFI). +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 the entered code to C and then uses the [TinyCC @@ -84,7 +84,7 @@ provides configuration for the code generator and implements the logic of the ga **Bonus points:** Implement simple forms of variety of GC algorithms as a proof-of-concept -**Expected Result:** +**Expected Result:** It becomes easy to implement a custom Garbage Collector for experiments in Nim. **Difficulty:** Medium to Hard @@ -427,4 +427,4 @@ Please add your project ideas in the following format. **Difficulty:** ... -**Mentor:** Mentor name ([@MentorName](http://github.com/MentorName)) +**Mentor:** Mentor name ([@MentorName](http://github.com/MentorName)) \ No newline at end of file