Python folks...

Started by Jeff, August 02, 2008, 08:19:20 AM

Previous topic - Next topic

Jeff

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/
Jeff

=====

Old programmers don\'t die. They just parse on...



http://artfulcode.net\">Artful code

Cyril

#1
Quote from: "Jeff"since Python doesn't have gotos :)


Python doesn't have gotos??? Python does have http://entrian.com/goto/">everything!!! Well, at least as a Fool Day's joke (but it works nevertheless). ;-)
With newLISP you can grow your lists from the right side!