|
|
|
|
|
by Quekid5
544 days ago
|
|
The whole switch/pattern matching thing is a true abomination borne from: Well, things in statement position can't be expressions (or however Pythonistas might phrase it), so clearly switch/pattern matching must be a statement... It's such an own goal and undermines the main point of pattern matching. (I do realize that there was opposition on this, but that the Clearly Wrong side won out is baffling.) |
|