News

Variant algebraic datatypes that work with the Python 3.10 match statement. Python's match statement for pattern matching is a delightful innovation, but it doesn't have the power of similar ...
Rejoice! Gone are the long chains of if…else statements, because switch statements will soon be here — sort of. What the Python gods are actually giving us are match statements. match s… ...