The Zig programming language has support for bootstrapping.
The Zig programming language has adopted changes that allow the Zig stage2 compiler, written in Zig, to compile itself (stage3), making the language self-hosting. It is expected that this compiler will be offered by default in the upcoming release 0.10.0. Stage2 is still incomplete, lacking support for runtime checks, and there are semantic differences in the language, etc. […]
