Kevin Ryde escreveu:

> I think the "let-keywords*" variant allows the default for one
> variable to use the value of a previous one.
> 
>       (let-keywords* '(#:foo 1 #:xyzzy 2) #t
>                      ((foo  1)
>                       (bar  (+ foo 2)))
>         foo => 1
>         bar => 3
> 
> Would those help for the manual, or can anyone think of more typical

certainly. Just something mentioning #:foo would be an enormous help
(I was blindly trying 'foo instead)

-- 
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to