> I am getting fed up with the `define' construct. I miss the
> flexibility of &optional and &keys. Dereferencing an `. args' by hand
> just isn't funny.
>
> Has anybody heard about, considered or worked on a traditional style
> defun macro for scheme?
You could use Maciej's optargs.scm optional arguments package that is a
part of SCWM, the Scheme Configurable Window Manager. It's in the
scheme directory of the scwm distribution. See our web page at:
http://web.mit.edu/mstachow/www/scwm.html
Greg