<br><br><div class="gmail_quote">On Tue, Feb 14, 2012 at 17:45, Chongkai Zhu <span dir="ltr">&lt;<a href="mailto:czhu@cs.utah.edu">czhu@cs.utah.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">I simply use</div>
<br>
(define (bar . x)<br>
  (apply foo 5 x))<br></blockquote><div><br></div><div>Yes, but that does not work if the specified optional argument is not the first one (and not the last one).</div><div>That works if all default arguments are all keyword-based though (using keyword-apply).</div>

<div><br></div><div>Laurent </div></div><br>