Show HN: Muon, a low-level programming language inspired by C, C# and Go
Lack of a runtime makes the language simpler, reduces application startup latency and makes it easy to use Muon code from other languages. The compiler currently outputs C code.This means that we inherit C’s undefined behavior model, which goes against the goals listed above! The following numbers were obtained by compiling the Muon compiler (which is itself written in Muon), which is ~11.6K lines of code, on a 4Ghz core i7.
Source: github.com