From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Dmitri Minaev" Newsgroups: gmane.emacs.help Subject: Re: The fundamental concept of continuations Date: Wed, 10 Oct 2007 12:11:13 +0500 Message-ID: References: <1191906949.179197.217470@57g2000hsv.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1192002349 7519 80.91.229.12 (10 Oct 2007 07:45:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 07:45:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "gnuist006@gmail.com" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 10 09:45:37 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 1IfWFz-0001o9-MJ for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 09:45:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfWFu-0002mW-1x for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 03:45:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfWDe-0001z0-Sq for help-gnu-emacs@gnu.org; Wed, 10 Oct 2007 03:43:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfWDa-0001xZ-U1 for help-gnu-emacs@gnu.org; Wed, 10 Oct 2007 03:43:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfWDa-0001xN-QZ for help-gnu-emacs@gnu.org; Wed, 10 Oct 2007 03:42:58 -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 1IfWDa-0000XO-75 for help-gnu-emacs@gnu.org; Wed, 10 Oct 2007 03:42:58 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.187]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfVit-0006MM-Tu for help-gnu-emacs@gnu.org; Wed, 10 Oct 2007 03:11:16 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so97300nfh for ; Wed, 10 Oct 2007 00:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vhBXyatdYk3DMaCDe32kPP80byh/ZtLdbh19ypcVUEk=; b=fzmpQTqQyDpy77JY3J0wwf/+aAzaJc2bBD1w8K9pNTj413fpkEMdpvDCZ1QuVI4hffUmaMAWb6y8Bm2gWeT3l6hmAHltCFvFtkKI92UBAtONveYzR2i/QLjah0wa3k2CgU805+nsEieNKtz+ZyGyH+slQpCZz9wlrhRJ1O53XE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z0egeUyZ8NUZjeWrD7xCFAU5Jj9d9tXkkskig9o5NyLnw8GwsOXJj103auO33rDjQSOOUQDMoNPiCwSKVxHt1eAyi2OlUUNHKFJACCnVmh9lG/F+gwGvWTzwamk158YIdwD+paDhR9Avp38OB+9gSJhsoApcebIYSa53gWa0U5Y= Original-Received: by 10.78.146.11 with SMTP id t11mr200209hud.1192000273362; Wed, 10 Oct 2007 00:11:13 -0700 (PDT) Original-Received: by 10.78.131.9 with HTTP; Wed, 10 Oct 2007 00:11:13 -0700 (PDT) In-Reply-To: <1191906949.179197.217470@57g2000hsv.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:48285 Archived-At: On 10/9/07, gnuist006@gmail.com wrote: > (6) any good readable references that explain it lucidly ? One of my favourite is the 13th chapter of Teach Yourself Scheme in Fixnum Days by Dorai Sitaram: http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html -- With best regards, Dmitri Minaev Russian history blog: http://minaev.blogspot.com