C# Union Types Land in .NET 11: No More OneOf Hacks
C# 15 ships the union keyword in .NET 11 Preview 4. After years of OneOf workarounds, developers finally get compiler-enforced exhaustive pattern matching.
Rust, Python, Go, and programming language design