Python folks...

Notices and updates
Locked
Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Python folks...

Post by 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/
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

Cyril
Posts: 183
Joined: Tue Oct 30, 2007 6:27 pm
Location: Moscow, Russia
Contact:

Re: Python folks...

Post by Cyril »

Jeff wrote:since Python doesn't have gotos :)
Python doesn't have gotos??? Python does have 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!

Locked