Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Giving Up! (was "UNWIND_PROTECT in Scheme")

Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!feed2.news.rcn.net!rcn!news-out.visi.com!petbe.visi.com!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail
Subject: Re: Giving Up! (was "UNWIND_PROTECT in Scheme")
From: Mark Conrad <nos...@iam.invalid>
Newsgroups: comp.lang.lisp
Message-ID: <140520031200209416%nospam@iam.invalid>
References: <130520031400586351%nospam@iam.invalid> <sfwy91ams0c.fsf@shell01.TheWorld.com> <130520032025534186%nospam@iam.invalid> <CDrwa.6867$Lp3.2077@news01.roc.ny.frontiernet.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8bit
Mail-Copies-To: nobody
User-Agent: Thoth/1.5.5 (Carbon/OS X)
Lines: 19
Date: Wed, 14 May 2003 19:00:15 GMT
NNTP-Posting-Host: 216.119.16.111
X-Complaints-To: abuse@earthlink.net
X-Trace: newsread2.prod.itd.earthlink.net 1052938815 216.119.16.111 (Wed, 14 May 2003 12:00:15 PDT)
NNTP-Posting-Date: Wed, 14 May 2003 12:00:15 PDT
Organization: EarthLink Inc. -- http://www.EarthLink.net

In article <CDrwa.6867$Lp3.2...@news01.roc.ny.frontiernet.net>, Franz
Kafka < @> wrote:

> Try Reading--Peter Novig's Paradigms of Artificial Intelligence
> Programming. It has the source in CL for a Scheme comp.
> that supports continuations.
> 
> It's not easy reading; however, it is worth a look at.

Wow! - that code, starting page 812 of Norvig's book, is way beyond my
comprehension.  That guy definately does not put on his pants one leg
at a time.

Even if I could understand what is going on with his compiler, it seems
an awful lot like rebuilding the entire supplied compiler that comes
with an ANSI compatable implementation, just in order to be able to use
continuations.

Mark-