Updated GSoC 2016 Ideas (markdown)
This commit is contained in:
parent
6dcfe03482
commit
4b39cd998b
|
@ -42,7 +42,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
|
||||
feedback. Nim provides a simple REPL (`nim secret`) based on its compile-time
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue