Python folks...
Posted: Sat Aug 02, 2008 3:19 pm
I wrote a function that implements 'match' in Python. It is not implemented the same way, since Python doesn't have gotos :), but it is quite fast, especially the Cython version. Take a look and see if you can find bugs :)
http://www.artfulcode.net/projects/matching/
http://www.artfulcode.net/projects/matching/