Updated GSoC 2015 Ideas (markdown)
This commit is contained in:
parent
cb60d7b459
commit
f9bb1c0d7e
|
@ -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))
|
Loading…
Reference in New Issue