[racket-dev] [plt] Push #24847: master branch updated

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jun 21 12:50:05 EDT 2012

A week ago, asumu at racket-lang.org wrote:
> 
> 5d232f3 Asumu Takikawa <asumu at racket-lang.org> 2012-06-13 16:32
> :
> | racket/control: add aliases and update %/fcontrol
> |
> | Added alises for call-with-continuation-prompt,
> | abort-current-continuation, and call-with-composable-continuation.
> | Also allow % and fcontrol to take an optional prompt tag argument.
> :
>   M collects/mzlib/control.rkt                       |   25 +++++++++---
>   M collects/scribblings/reference/control-lib.scrbl |   38 +++++++++++++++++--
>   M collects/tests/racket/control.rktl               |   10 +++++

It seems odd to me that a short alias for a builtin is provided from a
different library -- unlike `call/cc'.  So I think that it's better to
have this alias in `racket/base'.

(I mentioned this to Asumu, and he said he doesn't mind either eay.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.