15841. Breaking down a small language design proposal (drewdevault.com)
.redacted { background: black; color: black; } We are developing a new systems programming language. The name is a secret, so weβll call it xxxx instead. In xxxx, we have a general requirement that all variables must be initialized. This is fine for the simple case, such as βlet x: int = 10β. But, i...