Updated GSoC 2015 Ideas (markdown)

This commit is contained in:
Dennis Felsing 2015-02-11 20:58:43 +01:00
parent ec278b500e
commit 5086c1efbd
1 changed files with 2 additions and 1 deletions

View File

@ -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))
**Mentor:** Mentor name ([@MentorName](http://github.com/MentorName))