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: CPS thoughts Date: Thu, 23 May 2013 09:20:43 +0200 Message-ID: <87vc6a40xg.fsf@pobox.com> References: <87ppwl9zgi.fsf@pobox.com> <87a9no86bl.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369293660 2233 80.91.229.3 (23 May 2013 07:21:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 May 2013 07:21:00 +0000 (UTC) Cc: guile-devel To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 23 09:21:01 2013 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 1UfPpd-0005tu-4R for guile-devel@m.gmane.org; Thu, 23 May 2013 09:21:01 +0200 Original-Received: from localhost ([::1]:42256 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfPpc-0003s3-Nn for guile-devel@m.gmane.org; Thu, 23 May 2013 03:21:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfPpU-0003rk-Ln for guile-devel@gnu.org; Thu, 23 May 2013 03:20:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfPpQ-0005Pc-P6 for guile-devel@gnu.org; Thu, 23 May 2013 03:20:52 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:55342 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfPpQ-0005PH-GC for guile-devel@gnu.org; Thu, 23 May 2013 03:20:48 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E1757D789; Thu, 23 May 2013 03:20:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=qvCWRdlzs7Bwdsp59C+vTzUtizA=; b=IFEaJV EuvdcRAuVHaRLMAxJBydRaGWhaMO8kG2YRLYnmejCoOmC4LdM4D6phLdoeXz6nOk KTsmIyZcJh32MXoJFBCGmXFiRKP0XRVZy1lXkUoyvuHZ6jV9NrXFgUnXJUtq7c8a 3HxUxFL0rZ+sNtjjznRZMTymxC4Voxt20PpXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=b2r9uuAwXkdKZ+o1M1hKdI4dR7zy8Pvt avF49lVn6CK2AoP2FPcfUPaiiF3DRuu+jpexSXb4aE2hrYgiZczmE3k66c5FDuzw RnT9+VmGqn5se5DVkkd544m13K1BMbWkuMaRgoDzrQgRwqU6tw4U2CxHbcqdF4Oq lGoNlrDvSYQ= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id CDEA7D788; Thu, 23 May 2013 03:20:46 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (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 33D0FD787; Thu, 23 May 2013 03:20:46 -0400 (EDT) In-Reply-To: (Noah Lavine's message of "Thu, 23 May 2013 00:05:02 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: 49560350-C379-11E2-95E2-9F710E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 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:16417 Archived-At: On Thu 23 May 2013 06:05, Noah Lavine writes: > An update: I just rebased wip-rtl-cps on top of wip-rtl-may-2013 and > pushed. The most interesting thing was how trivial it was: all I had to > do was make a one-line change in how I called `begin-program'. Great, thank you! I'll take a look soon. A -- http://wingolog.org/