Re: `define' madness

Greg Badros (gjb@cs.washington.edu)
28 Apr 1998 15:15:23 -0700

Christian Lynbech <chl@tbit.dk> writes:

> 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