newLISP Fan Club

Forum => newLISP newS => Topic started by: Jeff on August 02, 2008, 08:19:20 AM

Title: Python folks...
Post by: Jeff on August 02, 2008, 08:19:20 AM
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/
Title: Re: Python folks...
Post by: Cyril on August 06, 2008, 03:30:47 AM
Quote from: "Jeff"since Python doesn't have gotos :)


Python doesn't have gotos??? Python does have everything (//http)!!! Well, at least as a Fool Day's joke (but it works nevertheless). ;-)