From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: searching: example of C extension implementing port Date: Tue, 07 Mar 2006 10:15:42 +0100 Organization: LAAS-CNRS Message-ID: <87u0aa39a9.fsf@laas.fr> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141746033 22543 80.91.229.2 (7 Mar 2006 15:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Mar 2006 15:40:33 +0000 (UTC) Cc: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Mar 07 16:40:27 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FGeII-0005I4-CZ for guile-user@m.gmane.org; Tue, 07 Mar 2006 16:40:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGeIH-0007fF-KR for guile-user@m.gmane.org; Tue, 07 Mar 2006 10:40:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGYIL-00037D-9x for guile-user@gnu.org; Tue, 07 Mar 2006 04:15:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGYIF-0002lJ-Rv for guile-user@gnu.org; Tue, 07 Mar 2006 04:15:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGYIE-0002iL-On for guile-user@gnu.org; Tue, 07 Mar 2006 04:15:46 -0500 Original-Received: from [140.93.0.15] (helo=laas.laas.fr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FGYKo-0007HQ-Ci for guile-user@gnu.org; Tue, 07 Mar 2006 04:18:26 -0500 Original-Received: by laas.laas.fr (8.13.1/8.13.4) with SMTP id k279FgZd008371; Tue, 7 Mar 2006 10:15:44 +0100 (CET) Original-To: "Marco Maggi" X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 17 =?iso-8859-1?Q?Vent=F4se?= an 214 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu Mail-Followup-To: "Marco Maggi" , "guile-user" In-Reply-To: (Marco Maggi's message of "Mon, 6 Mar 2006 22:43:13 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Spam-Score: 0 () X-Scanned-By: MIMEDefang at CNRS-LAAS X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5207 Archived-At: Hi, "Marco Maggi" writes: > I'm thinking of a memory channel (not an interface > to a file or hardware port), something like the string > port; is the channel API of Guile worth learning for this, > or is it better to write something of my own? Perhaps you can look at the file ports or string ports in Guile itself (fports.c and strports.c). Guile-gnome contains an example, too, but I couldn't find it. Hope this helps, Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user