From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: ptob object scm_t_bits vs long Date: Tue, 30 May 2006 11:39:52 +1000 Message-ID: <87wtc4ffyv.fsf@zip.com.au> References: <873bgfr6xe.fsf@zip.com.au> <87hd38k3ed.fsf@zagadka.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149025246 14259 80.91.229.2 (30 May 2006 21:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 May 2006 21:40:46 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 30 23:40:43 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FlBxC-0003xt-Vl for guile-devel@m.gmane.org; Tue, 30 May 2006 23:40:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlBxC-0003U9-Bu for guile-devel@m.gmane.org; Tue, 30 May 2006 17:40:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlBx8-0003Tt-7N for guile-devel@gnu.org; Tue, 30 May 2006 17:40:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlBx5-0003Th-Hp for guile-devel@gnu.org; Tue, 30 May 2006 17:40:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlBx5-0003Te-Dw for guile-devel@gnu.org; Tue, 30 May 2006 17:40:35 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FlC2x-0008Gn-J5 for guile-devel@gnu.org; Tue, 30 May 2006 17:46:39 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (Postfix) with ESMTP id 343D13282B1; Wed, 31 May 2006 07:40:32 +1000 (EST) Original-Received: from localhost (ppp2AD7.dyn.pacific.net.au [61.8.42.215]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4ULeSrX022436; Wed, 31 May 2006 07:40:29 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1FktDC-00032E-00; Tue, 30 May 2006 11:39:58 +1000 Original-To: Marius Vollmer Mail-Copies-To: never In-Reply-To: <87hd38k3ed.fsf@zagadka.de> (Marius Vollmer's message of "Mon, 29 May 2006 23:00:10 +0300") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:5945 Archived-At: Marius Vollmer writes: > > If you are motivated, you might think about cleaning up and > documenting the ports API... but on the other hand, that should maybe > wait until we have Unicode support sorted out. The thing I couldn't tell for now was how to instantiate a port type once you've created it. It's also a problem that there's no block read at the scheme level. Maybe read-string!/partial should be extended to non-fports. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel