|
|
|
|
|
by michaelsbradley
1457 days ago
|
|
Nim is not a "script style language". By default it compiles to C, and the generated C sources are then compiled with gcc or clang, etc. As it says on nim-lang.org, "Nim is a statically typed compiled systems programming language". |
|