From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Re: Asynchronous event loop brainstorm at FSF 30 Date: Wed, 18 Nov 2015 13:44:14 +0100 Message-ID: References: <87k2r3tvzh.fsf@dustycloud.org> Reply-To: mikael@djurfeldt.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bacb40ef5bd110524cfff72 X-Trace: ger.gmane.org 1447850720 1800 80.91.229.3 (18 Nov 2015 12:45:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2015 12:45:20 +0000 (UTC) Cc: guile-devel To: Christopher Allan Webber Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 18 13:45:06 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 1Zz261-0002y8-BQ for guile-devel@m.gmane.org; Wed, 18 Nov 2015 13:44:21 +0100 Original-Received: from localhost ([::1]:35632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz260-0003hl-Ua for guile-devel@m.gmane.org; Wed, 18 Nov 2015 07:44:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz25w-0003hZ-Nv for guile-devel@gnu.org; Wed, 18 Nov 2015 07:44:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz25v-0005G9-N0 for guile-devel@gnu.org; Wed, 18 Nov 2015 07:44:16 -0500 Original-Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:35582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz25v-0005FS-HD for guile-devel@gnu.org; Wed, 18 Nov 2015 07:44:15 -0500 Original-Received: by wmdw130 with SMTP id w130so196909878wmd.0 for ; Wed, 18 Nov 2015 04:44:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=h7Oa72IPFCsHcIZOytFjIQUKTELxSRBRKhy26W82ukg=; b=FCFcOfTBFTUR3SM/bC09MIRUCkX46LnC5ef4XAANEgO+wAbwvhHzyVu+VAuyWiIOkH gS0F82qyhwa0QTvqtgziQsgWCTCX/q7bK1ISzxmgQzTUDBec4bX4kG/l4j7zx0wszPTY gwt+Te7gW+2dpJdYibyQzEeQEhXfFGrQTOXzrJYGE0xLscE2LHoAYocXMs+cWOCUmPkC geyaYsyimwR/1DajPZU5HtNhCNduoIm+GRbHR9qK4vAGWd4WcdvE6SX0mPmrEMyNmdc+ yaiYKIW3PCe/aub7xZcvUsIEwqo+JYp5DsysdlLXKw2dDpGTe68eeoY8kqkjvWatg182 iEKg== X-Received: by 10.194.60.4 with SMTP id d4mr2024374wjr.68.1447850654672; Wed, 18 Nov 2015 04:44:14 -0800 (PST) Original-Received: by 10.27.49.16 with HTTP; Wed, 18 Nov 2015 04:44:14 -0800 (PST) Original-Received: by 10.27.49.16 with HTTP; Wed, 18 Nov 2015 04:44:14 -0800 (PST) In-Reply-To: <87k2r3tvzh.fsf@dustycloud.org> X-Google-Sender-Auth: tnZh4zYTDYKPVFiRAWzTY3GOLTs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::234 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:18038 Archived-At: --047d7bacb40ef5bd110524cfff72 Content-Type: text/plain; charset=UTF-8 Den 4 okt 2015 02:30 skrev "Christopher Allan Webber" < cwebber@dustycloud.org>: > - This would be like asyncio or node.js, asynchronous but *not* OS > thread based (it's too much work to make much of Guile fit around > that for now) Why is this (too much work for threads)? --047d7bacb40ef5bd110524cfff72 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


Den 4 okt 2015 02:30 skrev "Christopher Allan Webber" <cwebber@dustycloud.org>:
> =C2=A0- This would be like asyncio or node.js, asynchronous but *not* = OS
> =C2=A0 =C2=A0thread based (it's too much work to make much of Guil= e fit around
> =C2=A0 =C2=A0that for now)

Why is this (too much work for threads)?

--047d7bacb40ef5bd110524cfff72--