From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: Asynchronous event loop brainstorm at FSF 30 Date: Sun, 04 Oct 2015 10:24:36 -0500 Message-ID: <87bncetz3f.fsf@dustycloud.org> References: <87k2r3tvzh.fsf@dustycloud.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443973659 16745 80.91.229.3 (4 Oct 2015 15:47:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Oct 2015 15:47:39 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 04 17:47:39 2015 Return-path: Envelope-to: guile-devel@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 1ZilVf-0008Ti-Jh for guile-devel@m.gmane.org; Sun, 04 Oct 2015 17:47:35 +0200 Original-Received: from localhost ([::1]:42900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZilVe-0007V3-Su for guile-devel@m.gmane.org; Sun, 04 Oct 2015 11:47:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZilVb-0007Ul-IP for guile-devel@gnu.org; Sun, 04 Oct 2015 11:47:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZilVY-0004j2-Qv for guile-devel@gnu.org; Sun, 04 Oct 2015 11:47:29 -0400 Original-Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:37223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZilVY-0004iT-Mj for guile-devel@gnu.org; Sun, 04 Oct 2015 11:47:28 -0400 Original-Received: from earlgrey (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 929DE228645 for ; Sun, 4 Oct 2015 11:47:27 -0400 (EDT) In-reply-to: <87k2r3tvzh.fsf@dustycloud.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2600:3c02::f03c:91ff:feae:cb51 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17895 Archived-At: BTW, someone (I got the message privately, feel free to identify yourself, person!) pointed me to http://wehu.github.io/mo/ which might be interesting to look at... it's the start of a node-style event loop thing written in Guile, it looks like? - Chris