On Tue, Feb 14, 2012 at 17:45, Chongkai Zhu <c...@cs.utah.edu> wrote:

> I simply use
>
> (define (bar . x)
>  (apply foo 5 x))
>

Yes, but that does not work if the specified optional argument is not the
first one (and not the last one).
That works if all default arguments are all keyword-based though (using
keyword-apply).

Laurent
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to