nickmqb / muon

Modern low-level programming language
MIT License
769 stars 26 forks source link

What is faster, this or C? #25

Closed danimesq closed 4 years ago

nickmqb commented 4 years ago

For now, Muon compiles to C, so anything that can be done in Muon can be done in C. In the future, the aim is to be at least on par with C, performance wise.