Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Dominik Picheta 2014-02-11 13:42:57 -08:00
parent 431f44d10d
commit c980d5279c
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,8 @@ Below is a list of project ideas for [GSoC](https://www.google-melange.com/gsoc/
* Deleting a coroutine needs to unregister the stack to the GC.
* Builtin 'yld' must save the current stack pointer so that the GC knows which part of the stack is really in use.
**Mentor:** Araq ([@Araq](http://github.com/Araq))
#### Add a code generator for OpenCL
#### Fix bugs with iterators/generics
@ -31,12 +33,15 @@ Below is a list of project ideas for [GSoC](https://www.google-melange.com/gsoc/
**Bonus points:** Implement "Compiler as a Service" support to major IDEs/text editors such as Light Table, Sublime Text, or Visual Studio.
**Mentor:** zahary ([@zah](http://github.com/zah))
#### Allow bootstrap-time integration of the Nimrod executable with the standard library
**Skill Requirements:** Knowledge of file system api's, knowledge of compiler internals and theory.
**Description**:
* 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 actual library file in a pre-determined path.
**Mentor:** Araq ([@Araq](http://github.com/Araq))
## Standard Library
@ -77,6 +82,8 @@ The Nimrod standard library currently lacks a YAML parsing module. This task req
**Description:**
* Add comments to the compiler internals, documenting the various mechansisms and mechanics the compiler uses to analyze and transform nimrod code to the code of the specified backend.
**Mentor:** Araq ([@Araq](http://github.com/Araq))
#### Improve times module
**Skill Requirements** Knowledge of date time representations, native time api's.
@ -99,6 +106,8 @@ The Nimrod standard library currently lacks a YAML parsing module. This task req
**Bonus points:** Write high-level bindings which provide an idiomatic Nimrod API on top of the wrapper.
**Mentor:** Araq ([@Araq](http://github.com/Araq))
#### Wrap and test GTK3
**Skill Requirements:** Knowledge of C. Experience with the GTK+ is desirable.