From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marco Maggi" Newsgroups: gmane.lisp.guile.user Subject: searching: example of C extension implementing port Date: Mon, 6 Mar 2006 22:43:13 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1141684980 2695 80.91.229.2 (6 Mar 2006 22:43:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 22:43:00 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Mar 06 23:42:57 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 1FGOPn-0001DR-JG for guile-user@m.gmane.org; Mon, 06 Mar 2006 23:42:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGOPl-0002SL-DQ for guile-user@m.gmane.org; Mon, 06 Mar 2006 17:42:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGNUP-0000Lf-MD for guile-user@gnu.org; Mon, 06 Mar 2006 16:43:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGNUJ-0000Hv-Dg for guile-user@gnu.org; Mon, 06 Mar 2006 16:43:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGNUH-0000HU-Od for guile-user@gnu.org; Mon, 06 Mar 2006 16:43:30 -0500 Original-Received: from [62.241.5.253] (helo=relay-pt2.poste.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FGNWY-0006a5-Ub for guile-user@gnu.org; Mon, 06 Mar 2006 16:45:51 -0500 Original-Received: from poste.it (192.168.144.100) by relay-pt2.poste.it (7.2.063) (authenticated as marco.maggi-ipsu@poste.it) id 43A2BCBE0011FEF1 for guile-user@gnu.org; Mon, 6 Mar 2006 22:43:13 +0100 X-Sensitivity: 3 Original-To: "guile-user" X-XaM3-API-Version: 4.1 (B107) X-SenderIP: 62.10.48.113 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:5206 Archived-At: Ciao, is there a sample extension implementing an input/output channel? 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? I only need the open/close/read/write/end operations, no events, no seek. -- Marco Maggi "They say jump!, you say how high?" Rage Against the Machine - "Bullet in the Head" _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user