Christopher Browne <[EMAIL PROTECTED]> writes:
> The nearest equivalent in Scheme would be to define the function
> thus:
I've also seen a simple solution where you just use:
(define (foo . args)
(let ((color (kwd:get-arg 'color: args))
(size (kwd:get-arg 'size: args)))
...
Dave Peticolas <[EMAIL PROTECTED]> writes:
> As an aside (it's not relevant for this particular application), how
> efficient are records?
I don't really know in Guile. About the only think I know about
records is that they finally have an SRFI to standardize them...
--
Rob Browning <[EMAIL P
> On Thu, 06 Apr 2000 15:20:32 PDT, the world broke into rejoicing as
> Dave Peticolas <[EMAIL PROTECTED]> said:
> >
> > Right now, reports are represented in guile as a vector
> > containing a version, name, option generator, and renderer.
> > Some things I'd like to add in the future include a