Re: rfc: curvbol - a lisp language for processing text (long)
Klaus Harbo <[email protected]> Fri, 11 Jun 2004 20:20:26 +0200
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
Marco Baringer wrote: >- defpatt is much, much, faster than curvbol. :) > > In the interest of giving credit where credit is due ,-) - it should be pointed out that defpatt essentially is a compiler whose output is s-expressions matching cl-ppcre's internal representation of regular expressions - the resulting speed is entirely due to the efforts of Edi Weitz. Thanks for the feed-back. best, -Klaus.