From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: aleax@mac.com (Alex Martelli) Newsgroups: gmane.emacs.help Subject: Re: The fundamental concept of continuations Date: Sat, 13 Oct 2007 16:14:56 -0700 Organization: None in Sight Message-ID: <1i5xivs.9kwhkc6b6o00N%aleax__30827.431966509$1192374876$gmane$org@mac.com> References: <1191906949.179197.217470@57g2000hsv.googlegroups.com> <1191931524.047907.98040@v3g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1192374870 32111 80.91.229.12 (14 Oct 2007 15:14:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Oct 2007 15:14:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 14 17:14:19 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ih5AX-0007ie-A0 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Oct 2007 17:14:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ih5AQ-00058i-LQ for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Oct 2007 11:14:10 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.lang.scheme, comp.lang.lisp, comp.lang.functional, gnu.emacs.help, comp.lang.python Original-Lines: 13 Original-X-Trace: individual.net Ckoi1hPQ22NdlvAg1vxF4QDb2UVZpsr01KAUUJAxjDS4X2N5Ho X-Orig-Path: aleax Cancel-Lock: sha1:sfl2SdWhsiZcZaZChpHsUT21koo= User-Agent: MacSOUP/2.8 (Mac OS X version 10.4.9 (x86)) Original-Xref: shelby.stanford.edu comp.lang.scheme:74469 comp.lang.lisp:231077 comp.lang.functional:62675 gnu.emacs.help:152891 comp.lang.python:516203 X-Mailman-Approved-At: Sun, 14 Oct 2007 11:12:31 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48402 Archived-At: Matthias Benkard wrote: > continuations. There used to be a project called Stackless Python that > tried to add continuations to Python, but as far as I know, it has always > been separate from the official Python interpreter. I don't know whether > it's still alive. You may want to check http://stackless.com/ Alive and well, but it has removed continuations (which were indeed in early versions, as per the paper at ). Alex