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
|
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
|
language, new libraries and during regular development, as it allows faster
|
||||||
feedback. Nim provides a simple REPL (`nim i`) based on its compile-time
|
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
|
An alternative approach is the development of a new REPL that actually compiles
|
||||||
the entered code to C and then uses the [TinyCC
|
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
|
**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
|
**Difficulty:** Medium to Hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue