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: optional parameters



> Are optional/keyword arguments stuff like in BOS constructors
> [...]  Is lambda* meant to be completely analogous to let* ?

Not exactly... you should check out the code for lambda*.  It explains
everything.

> How would one do stuff like that properly in C wrapper code? 

For C code, you still have to write things by hand.