From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: Re: string_abstraction2 review Date: Fri, 12 Jun 2009 02:20:49 +0200 Message-ID: <87iqj2wbdq.fsf@delenn.lan> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244766302 12295 80.91.229.12 (12 Jun 2009 00:25:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jun 2009 00:25:02 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 12 02:24:59 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEuZl-00036y-BQ for guile-devel@m.gmane.org; Fri, 12 Jun 2009 02:24:57 +0200 Original-Received: from localhost ([127.0.0.1]:37973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEuZk-0004IT-P8 for guile-devel@m.gmane.org; Thu, 11 Jun 2009 20:24:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEuZe-0004IL-7x for guile-devel@gnu.org; Thu, 11 Jun 2009 20:24:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEuZZ-0004I3-Cz for guile-devel@gnu.org; Thu, 11 Jun 2009 20:24:49 -0400 Original-Received: from [199.232.76.173] (port=47497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEuZX-0004Ht-HK for guile-devel@gnu.org; Thu, 11 Jun 2009 20:24:43 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:57711) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MEuZW-0003UJ-Tx for guile-devel@gnu.org; Thu, 11 Jun 2009 20:24:43 -0400 Original-Received: (qmail invoked by alias); 12 Jun 2009 00:24:39 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp006) with SMTP; 12 Jun 2009 02:24:39 +0200 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX195PB4+Ep55UL3oW/HVo1izAgZ4no/iMQN7/8ieKX 4CGBHqmKt9Gxvf Original-Received: by nathot.lan (Postfix, from userid 121) id 255C23A688; Fri, 12 Jun 2009 02:24:39 +0200 (CEST) Original-Received: from delenn.lan (delenn.lan [192.168.1.11]) by nathot.lan (Postfix) with ESMTPS id 6B51D3A696; Fri, 12 Jun 2009 02:20:49 +0200 (CEST) Original-Received: from rotty by delenn.lan with local (Exim 4.69) (envelope-from ) id 1MEuVl-00069g-69; Fri, 12 Jun 2009 02:20:49 +0200 In-Reply-To: (Andy Wingo's message of "Thu, 11 Jun 2009 23:12:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8670 Archived-At: Andy Wingo writes: > commit a462ad13abac7f12fa370fb1724a6eb7d80edcb2 > Author: Michael Gran > Date: Mon May 18 07:50:21 2009 -0700 > > string abstraction on charsets and combine redundant string_ref_to_XXX > > I still thing scm_i_string_ref should just return a wchar :) Regarding > character sets: I understand that Will Clinger has an efficient > implementation of character sets in Scheme that works well with the > sparse nature of Unicode codepoints. Perhaps that could be of use. > Dunno. > Something like a unicode-capable version of the SRFI-14 reference implementation? I just today wondered if someone had written that -- do you have an URL? Regards, Rotty