Nim
From Just Solve the File Format Problem
The Nim programming language (not to be confused with a game involving removing objects from heaps) is designed to compile into C, C++, or JavaScript (and from there into native binaries on whatever platform you're using, if you have an appropriate compiler to do so, such binaries being dependency-free). Its features and syntax take after a variety of languages from C to Pascal to Python.