Comment on Functional Programming in PythonparentComments−macintux6yPython 3 threw away pattern matching in function heads; used to be able to deconstruct tuples. I had just discovered that feature in Python 2 when I realized 2 was about to go EOL, and upon porting my code I discovered the change.A sad day for this Erlang enthusiast.
Comments
Python 3 threw away pattern matching in function heads; used to be able to deconstruct tuples. I had just discovered that feature in Python 2 when I realized 2 was about to go EOL, and upon porting my code I discovered the change.
A sad day for this Erlang enthusiast.