Hacker News new | ask | show | jobs
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".

1 comments

I know. But the syntax is still script style. The syntax is more closer to Python then it is to C++.