fix awk. wording
This commit is contained in:
parent
ac587f6ae5
commit
cb60d7b459
|
@ -43,8 +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 is not adequate. For example importing C based code
|
virtual machine, but it has drawbacks (no FFI).
|
||||||
does not work.
|
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue