From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: escaping from a recursive call Date: Thu, 10 Nov 2022 05:56:27 +0100 Message-ID: References: <8735asoytw.fsf@laura> <87y1sknhb5.fsf@laura> <87v8nnoba8.fsf@laura> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vWAcs1I0S3JGFOAy" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15756"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Nov 10 05:57:24 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 1oszcy-0003vF-90 for guile-user@m.gmane-mx.org; Thu, 10 Nov 2022 05:57:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oszcB-0000Z8-Gk; Wed, 09 Nov 2022 23:56:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oszc9-0000Yx-GV for guile-user@gnu.org; Wed, 09 Nov 2022 23:56:33 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oszc7-0001El-Bc for guile-user@gnu.org; Wed, 09 Nov 2022 23:56:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=YBCzi3zEdBs7FEXj7Y4yBNvzGQT0e4TI7+wIYDUVOVo=; b=H3n5f0Q5AR0E0e+xAP9/YrvfLK RiBFiSGNAZFaD1eKKSppwu4aXPStM7F1wjTXX1yhn5o28vgnFkUh/QF6X78GB6i40VYvLi1wYzIh9 RxiZyVzDWmRsTvnj/UccwVvT47ZeecfYMbEkoHJdrLCy8TTfFVKJOjuDRHDWnGIpVd0C2qypUsHd6 eYSTxAMcReHzYcukSueEp/t/3iMa55n8NHTkE8WBb36MXVHbmTfrFLY89whPUtjfPQDHglnH1lyOl UknwpXaHYUOMWJzHa8fIFjEgpqza5xNL4SgvBn2aUKJ2HGulrLNNDgh+L+x3UN1bdlKQMEK5YpBdm dPSsD4Nw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1oszc3-0006Ea-Eb for guile-user@gnu.org; Thu, 10 Nov 2022 05:56:27 +0100 Content-Disposition: inline In-Reply-To: <87v8nnoba8.fsf@laura> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18708 Archived-At: --vWAcs1I0S3JGFOAy Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 09, 2022 at 08:20:31PM -0500, Olivier Dion via General Guile re= lated discussions wrote: > On Wed, 09 Nov 2022, Damien Mattei wrote: > > good... thank, it works, i do not know a lot about 'prompts , a good > > explanation is here: > > > > https://stackoverflow.com/questions/29838344/what-exactly-is-a-continua= tion-prompt >=20 > In the Guile manual: >=20 > Top > API Reference > Control Mechanisms > Prompts >=20 > or here . And then, of course, Andy's write-up: https://wingolog.org/archives/2010/02/26/guile-and-delimited-continuations Cheers --=20 t=20 --vWAcs1I0S3JGFOAy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCY2yEdQAKCRAFyCz1etHa Rrg6AJ9QQdAEYaGl+KmON723VgzDdh7SGQCfRzNMTpCs4X0YcDtggvx8GfptzTg= =kVin -----END PGP SIGNATURE----- --vWAcs1I0S3JGFOAy--