From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: catch, throw, prompt, control, fluids, garbage collection Date: Fri, 26 Feb 2010 13:27:12 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267187216 12806 80.91.229.12 (26 Feb 2010 12:26:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Feb 2010 12:26:56 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Feb 26 13:26:43 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NkzHH-0005S5-4u for guile-devel@m.gmane.org; Fri, 26 Feb 2010 13:26:43 +0100 Original-Received: from localhost ([127.0.0.1]:47832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkzHG-0007R4-I5 for guile-devel@m.gmane.org; Fri, 26 Feb 2010 07:26:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkzHA-0007Qz-G0 for guile-devel@gnu.org; Fri, 26 Feb 2010 07:26:36 -0500 Original-Received: from [140.186.70.92] (port=48225 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkzH9-0007QV-KQ for guile-devel@gnu.org; Fri, 26 Feb 2010 07:26:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkzH8-0003s0-Qg for guile-devel@gnu.org; Fri, 26 Feb 2010 07:26:35 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:41845 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkzH8-0003m7-Nm for guile-devel@gnu.org; Fri, 26 Feb 2010 07:26:34 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 798819D58B for ; Fri, 26 Feb 2010 07:25:37 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=eeYl4kQplilRwIAF5v7H7XIHV7s=; b=gtdkbi 26OsqcqFH2iJ9xYEGNuQNsS365XIX/ZcuE7uhjw/OAf/Libnx+2ThrBFasp785nh hAhOMskLoQdppgbhtbuwrqnrpih0Umukc4fJDoElfJnuKzwt8+hjIGIDf3okruYX ASTdF1k6xT5e+SXrFMItwbu2nWvDRv/M+A5vY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=p935Fgeo4q8VK4HLl4mX5MGUytIqhsD3 ZBVTk3EDYqomccCxfzQfJ1MMyki5ptXwZgyHAEgNhy6NUu8lRbahPZNO0TDd+zJj qPTBCcm9vwHe+RhoSi6mzUDK+Z54vrdB4go2nfxJOskTNwKp37rn5jEyYP2uGQbW NMLlCs8QEfE= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 6EE7A9D58A for ; Fri, 26 Feb 2010 07:25:37 -0500 (EST) Original-Received: from unquote (unknown [81.39.163.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id D2D239D589 for ; Fri, 26 Feb 2010 07:25:36 -0500 (EST) In-Reply-To: (Andy Wingo's message of "Thu, 25 Feb 2010 01:00:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 0B67DFD2-22D2-11DF-BC9A-D033EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9995 Archived-At: Heyas, On Thu 25 Feb 2010 01:00, Andy Wingo writes: > On Thu 18 Feb 2010 23:35, Andy Wingo writes: > >> On Mon 15 Feb 2010 23:07, Andy Wingo writes: >> >>> I need an efficient with-fluids, some pieces of prompt and abort, >>> and to add that all to the bootstrap language of Guile, and I have >>> it. >> >> Efficient with-fluids: check! So on to figuring out the prompt and >> abort implementations... > > Prompt and abort: check! Now to finally implement catch, throw, and > all that in terms of delimited continuations... (Do I foresee a future > reply from myself?) Catch and throw in terms of prompt and abort: check! And passing the test suites, of course. Give master a pull! Andy -- http://wingolog.org/