From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.lisp.guile.user Subject: Re: regexp-exec fails for long strings Date: Thu, 25 Apr 2002 21:32:01 -0700 (PDT) Sender: guile-user-admin@gnu.org Message-ID: References: <20020425214713.GA19857@www> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019795444 11453 127.0.0.1 (26 Apr 2002 04:30:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 04:30:44 +0000 (UTC) Cc: ttn@glug.org, bug-guile@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170xNc-0002yR-00 for ; Fri, 26 Apr 2002 06:30:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170xNA-0005Yl-00; Fri, 26 Apr 2002 00:30:16 -0400 Original-Received: from 1cust157.tnt13.sfo8.da.uu.net ([63.10.241.157] helo=morrowfield.home) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170xL7-0005OI-00; Fri, 26 Apr 2002 00:28:09 -0400 Original-Received: (from lord@localhost) by morrowfield.home (8.9.1/8.9.1) id VAA10661; Thu, 25 Apr 2002 21:32:01 -0700 (PDT) (envelope-from lord@morrowfield.home) Original-To: rm@fabula.de In-Reply-To: <20020425214713.GA19857@www> (rm@fabula.de) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:317 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:317 Hmmm, never really used guile's regex heavily - that's where i still use perl. If you want high-power regexps, you should resurrect the Rx interface, grabbing the latest libhackerlab. In fact, rather than resurrecting the old Guile Rx interface, you should grab and adapt the one from systas (not currently in release, but I'll put up a new version soon). I regularly use regexps that are several KB long, constructed by a structured regexp compiler similar to the one in SCSH. It's fast, convenient, and very accurate. -t _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user