Comment on Pattern matching in PythonComments−paulgb17yCool.I wrote some pattern matching code myself for python a few months back just for fun. It was extremely unpythonic, but a fun exercise. For comparison, here's my code:http://github.com/paulgb/python-pattern-matching/tree/master
Comments
Cool.
I wrote some pattern matching code myself for python a few months back just for fun. It was extremely unpythonic, but a fun exercise. For comparison, here's my code:
http://github.com/paulgb/python-pattern-matching/tree/master