From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Newsgroups: gmane.lisp.guile.user Subject: Re: Fibers 1.1.0 released Date: Mon, 31 Jan 2022 20:09:36 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27862"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.42.1 To: Aleix Conchillo =?ISO-8859-1?Q?Flaqu=E9?= , guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Jan 31 20:22:02 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nEcFV-0006ze-MB for guile-user@m.gmane-mx.org; Mon, 31 Jan 2022 20:22:01 +0100 Original-Received: from localhost ([::1]:59542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nEcFU-0008P4-Gu for guile-user@m.gmane-mx.org; Mon, 31 Jan 2022 14:22:00 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEcAy-0006kB-Ht for guile-user@gnu.org; Mon, 31 Jan 2022 14:17:22 -0500 Original-Received: from [2a00:5881:4008:2810::309] (port=43600 helo=planete-kraus.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nEcAu-0003Km-WA for guile-user@gnu.org; Mon, 31 Jan 2022 14:17:19 -0500 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 05944e1d; Mon, 31 Jan 2022 19:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; s=dkim; bh=QLDiZvQX1iW/RW+crBf+GN01FVc=; b=HXuuXjkTywfoUF5xWGopG+KJSwzt XvPHiXFCjFzqRvxF4W/yhCmQwc0z3LC5Xji3qtyjXVAPRtwFGm02MQ/elxgAOSHF dRcc1VkmBWx5Fxo6rdIGnxML6uiMcuyzcz+gIDKRtXHW4wJ9nr4YTV037SAD5N6E yjRnIVEwruT8wPc= Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 62693726 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Mon, 31 Jan 2022 19:09:54 +0000 (UTC) In-Reply-To: X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:5881:4008:2810::309 (failed) Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17978 Archived-At: Hello, Le lundi 31 janvier 2022 à 10:27 -0800, Aleix Conchillo Flaqué a écrit : > On behalf of the Fibers team, I am very excited to announce Fibers > 1.1.0. Thank you. Fibers is a very important piece in the guile ecosystem. I wish it were part of guile itself. Guile already has futures and suspendable i/o out of the box; to me these two features make little sense if there’s no Fibers on top of that. What do you think? Best regards, Vivien