diff --git a/GSoC-2015-Ideas.md b/GSoC-2015-Ideas.md index 5502aac..54a71d3 100644 --- a/GSoC-2015-Ideas.md +++ b/GSoC-2015-Ideas.md @@ -33,6 +33,7 @@ TinyCC is well suited for this as it can execute C code very quickly. **Tasks:** * Add a simple TinyCC based REPL for Nim. + * Ensure that global state (that is: state stored in global variables) is kept during recompilations of the generated C code. This means the C codegen needs to emit some kind of getters and setters for global variable access. * Make sure common Nim code works as well as importing C based libraries * Investigate how to reduce the overhead to improve performance @@ -295,4 +296,4 @@ Please add your project ideas in the following format. **Difficulty:** ... -**Mentor:** Mentor name ([@MentorName](http://github.com/MentorName)) \ No newline at end of file +**Mentor:** Mentor name ([@MentorName](http://github.com/MentorName))