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: Re: searching: example of C extension implementing port Date: Wed, 8 Mar 2006 23:45:41 +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 1141858006 29183 80.91.229.2 (8 Mar 2006 22:46:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2006 22:46:46 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 08 23:46:33 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 1FH7QC-0002ur-Rw for guile-user@m.gmane.org; Wed, 08 Mar 2006 23:46:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FH7QC-00041N-8v for guile-user@m.gmane.org; Wed, 08 Mar 2006 17:46:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FH7Pe-0001nA-51 for guile-user@gnu.org; Wed, 08 Mar 2006 17:45:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FH7Pc-0001j0-RO for guile-user@gnu.org; Wed, 08 Mar 2006 17:45:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FH7Pc-0001hF-HT for guile-user@gnu.org; Wed, 08 Mar 2006 17:45:44 -0500 Original-Received: from [62.241.4.129] (helo=relay-pt3.poste.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FH7SY-0007jN-64 for guile-user@gnu.org; Wed, 08 Mar 2006 17:48:46 -0500 Original-Received: from poste.it (192.168.44.52) by relay-pt3.poste.it (7.2.063) (authenticated as marco.maggi-ipsu@poste.it) id 433CF3D80033E8FC for guile-user@gnu.org; Wed, 8 Mar 2006 23:45:41 +0100 X-Sensitivity: 3 Original-To: "guile-user" X-XaM3-API-Version: 4.1 (B107) X-SenderIP: 62.10.45.80 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:5213 Archived-At: >"Marco Maggi" writes: >> If, dunno when, I come up with a simple example channel >> implementation: is there an "official" place where I can >> put it? >I don't think so. Well, depends on what you mean by >"official" I guess. ;-) And BTW, what do you mean >by "channel"? I come from TCL: * in the TCL world it is known that the sample extension is a module in the CVS repository of the TCL core project at SourceForge; if one goes to the TCL'ers Wiki and does a search he quickly finds it; * in the TCL world a channel is a generalisation of Guile ports; not only it does I/O on file, sockets and memory (strings), but channels can be stacked to do compression, encryption, etc. With TCL a channel is somewhat complex because: there is also the event loop to take into account; so simpler stacking is what I'm trying to do in a C only library and I would like to build an interface for Guile. If someone wants to take a look at what I've done so far (it is only half written, it is tough to do reverse engineering): http://web.tiscali.it/marcomaggi/tmp/gee--alpha--0.1.tar.gz -- 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