Hi,
On 9/4/07, Phil Dawes pdawes@users.sf.net wrote:
Hi Gambit List,
I was wondering, what do people use for pattern matching (in the ML sense) in gambit. Is there a port of plt's match.ss for gambit?
I found this[1] which works ok, but am I missing something else?
There's a much more featureful portable matcher at:
http://synthcode.com/scheme/match.scm
It's a full superset of Wright's MATCH, including non-linear patterns and ellipse patterns in non-tail positions.