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?



Harvey J. Stein writes:
>  > You need to compare strings.  You will have to use equal? or string=?,
>  > because eq? is not usable with strings.  Afait, -a and -b aren't
>  > portable identifiers either.  See the report.
> 
> That's annoying because case uses eq?.

This is Lisp, however, the language where syntax and functions
converge. You can build an alternative to case that used equal?
or string=?, and Did The Right Thing.

Perry