From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marlene Miller" Newsgroups: gmane.emacs.help Subject: Re: The fundamental concept of continuations Date: Wed, 10 Oct 2007 04:46:39 GMT Organization: AT&T Worldnet Message-ID: References: <1191906949.179197.217470@57g2000hsv.googlegroups.com> <8IYOi.658994$p47.379449@bgtnsc04-news.ops.worldnet.att.net> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1192017552 26583 80.91.229.12 (10 Oct 2007 11:59:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 11:59:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 10 13:59:09 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 1IfaDV-0005zR-FB for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 13:59:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfaDP-0003ei-OV for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 07:59:03 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!news.glorb.com!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Original-Newsgroups: comp.lang.scheme, comp.lang.lisp, comp.lang.functional, gnu.emacs.help, comp.lang.python Original-Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Original-NNTP-Posting-Host: 12.72.242.254 Original-X-Complaints-To: abuse@worldnet.att.net Original-X-Trace: bgtnsc05-news.ops.worldnet.att.net 1191991599 12.72.242.254 (Wed, 10 Oct 2007 04:46:39 GMT) Original-NNTP-Posting-Date: Wed, 10 Oct 2007 04:46:39 GMT Original-Xref: shelby.stanford.edu comp.lang.scheme:74423 comp.lang.lisp:230861 comp.lang.functional:62617 gnu.emacs.help:152784 comp.lang.python:515642 X-Mailman-Approved-At: Wed, 10 Oct 2007 07:53:28 -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:48301 Archived-At: Corrected the links... 1. Programming Languages: Application and Interpretation Shriram Krishnamurthi Part VII Continuations http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/2007-04-26/plai-2007-04-26.pdf 2. Essentials of Programming Languages (2nd edition) Friedman, Wand and Haynes Chapter 7 Continuation-Passing Interpreters Chapter 8 Continuation-Passing Style http://www.cs.indiana.edu/eopl/ 3. Theories of Programming Languages, John C. Reynolds 5.7 Continuation Semantics [of imperative languages] Chapter 12 Continuations in a Functional Language http://www.cs.cmu.edu/~jcr/tpl.html