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: Serious eq? bug?


hjstein@bfr.co.il (Harvey J. Stein) wrote:

> The following would be more complex using cond. It'd look ok with a
> case-equal:
[snipped]

Ok. Another approach might be to set up a table

 ((flagnames action) ...)

or even 

 ((flagnames action short-description) ...)

or some such. Happy hacking, Wolfgang.