From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.user Subject: asynchronous socket library Date: Mon, 15 Jul 2013 16:41:29 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373931711 23638 80.91.229.3 (15 Jul 2013 23:41:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2013 23:41:51 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 16 01:41:54 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 1UysOv-0001bo-8m for guile-user@m.gmane.org; Tue, 16 Jul 2013 01:41:53 +0200 Original-Received: from localhost ([::1]:51300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UysOu-0002MW-Rp for guile-user@m.gmane.org; Mon, 15 Jul 2013 19:41:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UysOe-0002Kq-HS for guile-user@gnu.org; Mon, 15 Jul 2013 19:41:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UysOY-00030D-Eo for guile-user@gnu.org; Mon, 15 Jul 2013 19:41:36 -0400 Original-Received: from mail-ve0-x231.google.com ([2607:f8b0:400c:c01::231]:59159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UysOY-000301-7F for guile-user@gnu.org; Mon, 15 Jul 2013 19:41:30 -0400 Original-Received: by mail-ve0-f177.google.com with SMTP id cz10so25925veb.22 for ; Mon, 15 Jul 2013 16:41:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CJCubGYuDkulR8LUeXyTe7pEcEQqHoVDdVsAaTPnvec=; b=yAtuMSz+Y3ERSlg+IN01xWuw1Bx/Z4VsGY3vqmpAGUdIF0OuBKUxopLoMg4tX30dQv OtsAtFu8xZSARtoimDyHl9/ItTBwCpUgoQ54NwxruwVQcdRMrZAwcfojKO2ds2NWJTQ+ 6iQPQ3LE8PYAZc3Y0gjxtRuMnxrOiGZVXM1EZguq/9nbIxqFfLwyB/LlYgaj33qMwoi+ 3CW1GVRIa6rT4WDrYhefvr2LmJci983jkOHf1oeeYm8U11ieZZsJ0KRTllZNnPVhsl/5 0Oy7ii/W6CKXMOAAwIjx2HCvSZEihS8P7L3mzaA2L1dkNKzaoO4DOCxaVhxe0VFuWRhM eakg== X-Received: by 10.58.69.65 with SMTP id c1mr28568961veu.88.1373931689767; Mon, 15 Jul 2013 16:41:29 -0700 (PDT) Original-Received: by 10.58.31.100 with HTTP; Mon, 15 Jul 2013 16:41:29 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::231 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:10533 Archived-At: 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). Thanks, Aleix