[r6rs-discuss] Case sensitivity
John Cowan
cowan at ccil.org
Sun Feb 22 18:17:04 EST 2009
Brian Harvey scripsit:
> Okay, wait, now I'm really confused. If we already have a notion of
> "letter identity" that works for sorting and is already customized for
> all those languages, why isn't it good enough for case-folding too?
Case-folding is a much simpler situation than sorting/searching (you
need to use the same algorithm for both). It's not minimally simple,
but it's simple.
Nor does it really make sense to have localized rules for the syntax
of programming languages.
--
What is the sound of Perl? Is it not the John Cowan
sound of a [Ww]all that people have stopped cowan at ccil.org
banging their head against? --Larry http://www.ccil.org/~cowan
More information about the r6rs-discuss
mailing list