From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christopher Cramer Newsgroups: gmane.lisp.guile.devel Subject: Re: Adding stuff to the core distro (was Re: Infix syntax) Date: Sat, 19 Oct 2002 17:17:21 -0500 Sender: guile-devel-admin@gnu.org Message-ID: <20021019171721.A18616@kiwi.pyrotechnics.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035065820 1393 80.91.224.249 (19 Oct 2002 22:17:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 22:17:00 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1831ty-0000M5-00 for ; Sun, 20 Oct 2002 00:16:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1831u8-0003iM-00; Sat, 19 Oct 2002 18:17:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1831ta-0003Uq-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 18:16:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1831tY-0003Py-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 18:16:33 -0400 Original-Received: from pyro.net ([207.7.10.6] helo=kiwi.pyro.net) by monty-python.gnu.org with smtp (Exim 4.10) id 1831tY-0003OY-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 18:16:32 -0400 Original-Received: (qmail 19156 invoked by uid 8610); 19 Oct 2002 22:17:21 -0000 Original-To: Daniel Skarda <0rfelyus@ucw.cz> Mail-Followup-To: Daniel Skarda <0rfelyus@ucw.cz>, guile-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from 0rfelyus@ucw.cz on Wed, Oct 16, 2002 at 11:35:15PM +0200 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1573 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1573 On Wed, Oct 16, 2002 at 11:35:15PM +0200, Daniel Skarda wrote: > ps: Sometimes I also use read-hash extension for shorter > (sed|awk|perl|...)-like regular expressions: #/foo.*bar/i, sometimes > I also use srfi-10 #,(rx "foo.*bar" icase). Do you think that other > guilers would benefit from such hairy extensions? Ack. I actually started using #/ for SQL. I think there definitely needs to be some better method of preventing read-hash-extend collisions. The current method, where you pick one character and hope no other code uses it, is going to cause problems at some point. Per-module hash extensions would be the best way, I think. -- Christopher Cramer "Gore would have finished ahead by the barest of margins had he pursued and gained a complete statewide recount." -- Associated Press, 9/6/2002 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel