[racket-dev] Missing pregexp syntax in Racket

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Feb 18 01:47:40 EST 2012

On November 29th 2011, Asumu Takikawa wrote:
> On 2011-11-29 15:43:27 -0500, Matthias Felleisen wrote:
> >
> > So, any volunteers?
> >
> 
> I added this to the list of intro projects on GitHub, so if anyone
> wants to take this up, please put it up on GitHub/PLaneT and
> update the page:
> https://github.com/plt/racket/wiki/Intro-Projects

Isn't that what `parser-tools/lex-sre' implements?

Also, is there any use for a Goops port?  At least as far as
CLOS-like OOs go, it's easy to build on an existing one instead of yet
another implementation (it was the original point of CLOS).

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

Posted on the dev mailing list.