minc — A minimal language for building native software
Summary
minc is a minimal language designed for true native cross-compilation across Windows, Linux, macOS, iOS, Android, and WebAssembly, producing a single executable. It features a C-like syntax with type inference, tagged unions, generics, built-in SIMD, and a shader compiler. The project emphasizes no runtime and seamless C interop, plus a self-contained compiler footprint.