From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: Worrying development Date: Sat, 24 Jan 2004 13:09:54 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20040124120954.GB6589@www> References: <1074246064.6729.23.camel@localhost> <87vfn9ufvw.fsf@zagadka.ping.de> <400FF648.3080706@dirk-herrmanns-seiten.de> <200401221842.KAA20956@morrowfield.regexps.com> <40110961.1040808@dirk-herrmanns-seiten.de> <200401231716.JAA26107@morrowfield.regexps.com> <87oesus7kg.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074946514 32309 80.91.224.253 (24 Jan 2004 12:15:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2004 12:15:14 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jan 24 13:15:06 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AkMgs-0000sC-00 for ; Sat, 24 Jan 2004 13:15:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkMep-0001tz-87 for guile-devel@m.gmane.org; Sat, 24 Jan 2004 07:12:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AkMcU-0001fm-2j for guile-devel@gnu.org; Sat, 24 Jan 2004 07:10:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkMbu-0001Yi-ST for guile-devel@gnu.org; Sat, 24 Jan 2004 07:10:30 -0500 Original-Received: from [217.22.192.104] (helo=www.elogos.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkMbt-0001Ya-9z; Sat, 24 Jan 2004 07:09:57 -0500 Original-Received: by www.elogos.de (Postfix, from userid 5001) id EBF6814550; Sat, 24 Jan 2004 13:09:54 +0100 (CET) Original-To: Marius Vollmer , Tom Lord , guile-user@gnu.org, guile-devel@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3308 gmane.lisp.guile.user:2708 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2708 On Fri, Jan 23, 2004 at 05:28:03PM -0500, Paul Jarc wrote: > Marius Vollmer wrote: > > Also, there is the possibility on the horizon that we turn string-ref > > etc into 'primitive generics' which means that people could implement > > new kinds of strings using GOOPS. > > Neat. Has/might that also be done for car & cdr? Then we could have > Python-like generators. It would make SCM_C[AD]R less speedy, though > they could still be pretty fast for actual pairs. Wow, _that_ would be a real help! I have to build bindings for some heavy C++ libs that make excessive use of iterators. A generic 'sequence' type with the right generics would help a lot -- the bindings would look much more scheme-ish. Ralf Mattes > > paul > > > _______________________________________________ > Guile-devel mailing list > Guile-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/guile-devel _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel