From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: Re: asynchronous socket library Date: Tue, 16 Jul 2013 09:03:04 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013a0bbc12f2ea04e1968a45 X-Trace: ger.gmane.org 1373936593 4041 80.91.229.3 (16 Jul 2013 01:03:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 01:03:13 +0000 (UTC) Cc: Guile User To: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 16 03:03:15 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uytfe-0004oo-Iw for guile-user@m.gmane.org; Tue, 16 Jul 2013 03:03:14 +0200 Original-Received: from localhost ([::1]:33004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uytfe-0004Mp-3b for guile-user@m.gmane.org; Mon, 15 Jul 2013 21:03:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UytfW-0004Mj-Pa for guile-user@gnu.org; Mon, 15 Jul 2013 21:03:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UytfV-0003TP-Iu for guile-user@gnu.org; Mon, 15 Jul 2013 21:03:06 -0400 Original-Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:47056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UytfV-0003T6-EB for guile-user@gnu.org; Mon, 15 Jul 2013 21:03:05 -0400 Original-Received: by mail-ob0-f180.google.com with SMTP id eh20so97880obb.25 for ; Mon, 15 Jul 2013 18:03:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Trqpt0+z/NdMz1yGGLREaWQOzThSlwYcbPnUPxWZbLY=; b=YKUz4byp+ctNlqWtVrhdGlRrpW5yLAu9MBtjzBxZngwiUvScgKURpaMAnauwBqJAAM 1GvNvNoQ7RpQzAC6ZYxs9HUK0m7CCEqkJBzgcpXosZmq78dpGlaGbThTnWnPmEmfDz6e FW4q09UB2RjW7aaGQIAdXO76pURCtkYoBBAPc133Dm/JO+ya7/IaDv107ZzoixmF78Pe ovpNQ1dN2jNfQWgUlcAutsGIOqykgQ7EhOZsRUnls8kxALZrrGfkKF7FHvENBefoYrZ7 wp5zRAyQsme5QVFogAxW6x6pHjJiF9/jXZ3C8E3wXA4eysf+gqcVRDw0yNvczIPbEhk/ 0ZPA== X-Received: by 10.182.153.72 with SMTP id ve8mr45742256obb.39.1373936584681; Mon, 15 Jul 2013 18:03:04 -0700 (PDT) Original-Received: by 10.182.221.168 with HTTP; Mon, 15 Jul 2013 18:03:04 -0700 (PDT) Original-Received: by 10.182.221.168 with HTTP; Mon, 15 Jul 2013 18:03:04 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::234 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10534 Archived-At: --089e013a0bbc12f2ea04e1968a45 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2013-7-16 AM7:41=EF=BC=8C"Aleix Conchillo Flaqu=C3=A9" =E5=86=99=E9=81=93=EF=BC=9A > > Hi, > > I was wondering if there is (or someone is working on) an asynchronous > socket library for Guile. I was thinking in a pure scheme library (not > bindings for libevent or some other). > That would be good! What do you plan for? IOCP? > Thanks, > > Aleix > --089e013a0bbc12f2ea04e1968a45 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


=E5=9C=A8 2013-7-16 AM7:41=EF=BC=8C"Aleix Conchillo Flaqu=C3=A9" = <aconchillo@gmail.com>=E5= =86=99=E9=81=93=EF=BC=9A
>
> Hi,
>
> I was wondering if there is (or someone is working on) an asynchronous=
> socket library for Guile. I was thinking in a pure scheme library (not=
> bindings for libevent or some other).
>

That would be good!
What do you plan for? IOCP?

> Thanks,
>
> Aleix
>

--089e013a0bbc12f2ea04e1968a45--