A week ago, as...@racket-lang.org wrote:
> 
> 5d232f3 Asumu Takikawa <as...@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!
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to