Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Varriount 2014-02-10 15:03:46 -08:00
parent 51f28cf07c
commit 6edd14ae6e
1 changed files with 7 additions and 0 deletions

View File

@ -15,7 +15,14 @@ Below is a list of project ideas for the 2014 GSoC Application for Nimrod. You w
* Builtin 'yld' must save the current stack pointer so that the GC knows which part of the stack is really in use.
**Fix bugs with iterators/generics**
...
**Fix/Expand Compiler as a Service features**
...
**Allow bootstrap-time integration of the nimrod executable with the standard library**
* Allow the nimrod bootstrap process to integrate the nimrod standard library source code and other associated resources into the nimrod binary, to be used by the nimrod binary when compiling source code. The included library modules should be overridable, either by a switch passed to the nimrod executable, or by placing an actually library file in a pre-determined path.
## Standard Library
**Integrate and expand new async io module**