Из ленты Hacker News — кратко, чтобы не потерять.
Hi HN, I’m the creator of Mach ( https://github.com/octalide/mach or https://machlang.org ). Two days ago, we finally achieved full self hosting. I wanted to make a post here to show off the language since this is a big milestone for us. ## TL;DR about the language for those curious: - There are no external dependencies anywhere in the pipeline. This includes LLVM, libc bindings, or anything of the sort (save for the historical bootstrap compiler, which requires any C compiler and has been phased out completely). - Mach is extremely opinionated and very anti-magic. WYSIWYG is a core principal for the language. There are no hidden behaviors, implicit type conversions, or “automatic features”. Simplicity and stripping away ambiguity are core principals that this language upholds. - Performan
Полный текст и контекст у первоисточника: https://github.com/octalide/mach