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: Tue, 7 Mar 2006 23:23:43 +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 1142012673 28966 80.91.229.2 (10 Mar 2006 17:44:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Mar 2006 17:44:33 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Mar 10 18:44:25 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 1FHley-00025v-MP for guile-user@m.gmane.org; Fri, 10 Mar 2006 18:44:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHqQB-0001LY-LS for guile-user@m.gmane.org; Fri, 10 Mar 2006 17:49:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGmts-0007lr-8D for guile-user@gnu.org; Tue, 07 Mar 2006 19:51:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGmtg-0007b0-RR for guile-user@gnu.org; Tue, 07 Mar 2006 19:51:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGmLZ-00089I-NO for guile-user@gnu.org; Tue, 07 Mar 2006 19:16:10 -0500 Original-Received: from [62.241.5.253] (helo=relay-pt2.poste.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FGkdX-0001ql-Kn for guile-user@gnu.org; Tue, 07 Mar 2006 17:26:35 -0500 Original-Received: from poste.it (192.168.44.52) by relay-pt2.poste.it (7.2.063) (authenticated as marco.maggi-ipsu@poste.it) id 43A2BCBE001243E6 for guile-user@gnu.org; Tue, 7 Mar 2006 23:23:44 +0100 X-Sensitivity: 3 Original-To: "guile-user" X-XaM3-API-Version: 4.1 (B107) X-SenderIP: 62.10.45.185 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:5214 Archived-At: "user42@zip.com.au" wrote: >You'll have seen the "Soft Ports" node in the manual, >it's pretty straightforward. Yes, it is straightforward with pure Scheme; but I have to filter a stream of bytes (binary data not strings) thru a C implemented algorithm. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user