From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Danenberg Newsgroups: gmane.emacs.help Subject: Re: The fundamental concept of continuations Date: Tue, 9 Oct 2007 02:11:37 -0500 Message-ID: <20071009071137.GA12729@klutometis.wikitex.org> References: <1191906949.179197.217470@57g2000hsv.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191913929 29114 80.91.229.12 (9 Oct 2007 07:12:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2007 07:12:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 09 09:12:07 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 1If9GA-00082u-Av for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Oct 2007 09:12:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1If9G4-0002qR-Q2 for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Oct 2007 03:12:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1If9Fn-0002nh-Nq for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:11:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1If9Fm-0002lv-Qy for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:11:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1If9Fm-0002lf-Jq for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:11:42 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1If9Fm-0008FG-8R for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:11:42 -0400 Original-Received: from klutometis.wikitex.org ([72.51.35.14]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1If9Fk-0005Im-Jf for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:11:41 -0400 Original-Received: from klutometis.wikitex.org (localhost.localdomain [127.0.0.1]) by klutometis.wikitex.org (8.13.1/8.13.1) with ESMTP id l997Bbdv012803 for ; Tue, 9 Oct 2007 02:11:37 -0500 Original-Received: (from pcdanenb@localhost) by klutometis.wikitex.org (8.13.1/8.13.1/Submit) id l997BbfU012802 for help-gnu-emacs@gnu.org; Tue, 9 Oct 2007 02:11:37 -0500 Content-Disposition: inline In-Reply-To: <1191906949.179197.217470@57g2000hsv.googlegroups.com> User-Agent: Mutt/1.5.16 (2007-06-11) X-detected-kernel: Linux 2.6 (newer, 3) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:48247 Archived-At: > (3) Is it present in python and java ? The YIELD statement in Python's generators, I understand, is continuation-like.