This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `define' madness


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