[gambit-list] Pattern matching in gambit

Alex Shinn alexshinn at gmail.com
Mon Sep 3 19:44:35 EDT 2007


Hi,

On 9/4/07, Phil Dawes <pdawes at 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.

-- 
Alex



More information about the Gambit-list mailing list