"Structural pattern matching" for Python, part 2
"Structural pattern matching" for Python, part 2
Posted Sep 2, 2020 13:18 UTC (Wed) by caliloo (subscriber, #50055)Parent article: "Structural pattern matching" for Python, part 2
For me this tastes of feature FOMO more than design opinion, which is a red flag. The thing about variable match or assign in the brackets make my hair stand up from a language design stand point. If that can be alleviated, then for me it’s fine...
Posted Sep 6, 2020 21:18 UTC (Sun)
by smitty_one_each (subscriber, #28989)
[Link]
It does seem that, with the newer release cycle, Python is going down the Java "featuritis" road.
On the other hand, this seems to take Python more in a Haskell-ish direction.
Good news? Bad news? Who can say?
On the other hand, the languages that fail to add new features seem to be the ones nobody's using any longer. It's more of an economic than technical arms race, apparently.
"Structural pattern matching" for Python, part 2