[plt-scheme] continuation marks

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Apr 30 16:55:12 EDT 2008

Because one mark will clobber another if their corresponding
with-continuation-mark expressions are in tail-position wrt to each
other (indeed, that is the magic property that makes
with-continuation-mark primitive).

Robby

On Wed, Apr 30, 2008 at 3:27 PM, John Leuner
<jewel at subvert-the-dominant-paradigm.net> wrote:
> Why does the output differ for these two cases:
>
>   mzscheme -t
>  test.ss
>  Welcome to MzScheme v372 [3m], Copyright (c) 2004-2007 PLT Scheme Inc.
>  (4 2)
>  (4)
>
>  John Leuner
>
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.