Hacker News new | ask | show | jobs
by tyingq 1754 days ago
Nim compiles to C, but can also compile to JS:

https://nim-lang.org/docs/backends.html#backends-the-javascr...

It appears that the way it does that creates a lot of global vars and functions.