[plt-scheme] New Match Implementation

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Mar 27 07:13:00 EDT 2008

On Mar 27, Andrew Reilly wrote:
> On Wed, Mar 26, 2008 at 10:54:57AM -0400, Sam TH wrote:
> > I've just changed the implementation of the various pattern matching
> > libraries in PLT (scheme/match, mzlib/plt-match, mzlib/match) to a
> > new, from-scratch implementation.  This new implementation should have
> > significantly faster compile times, especially with complicated match
> > expressions.
> 
> Might this have left the builds in a state of flux?

No.  Builds always start from a clean tree.


> (See my comments about 3.99.0.20 from yesterday and just now...)
> I'll try downloading the latest version (which will have this change
> in it, right?) and see if my test case still provokes weirdness.

A new tree is now ready.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.