On Nov 14, John Cowan wrote:
> Eli Barzilay scripsit:
>
> > The fact that these arguments always go very fast to all kinds of
> > Unicode nuances and exotic language features is a good indication
> > that I don't want that to have an effect on my code.
>
> The only way to do that is to live in a bubble.
[off list, since I want to avoid wasting more time]
Not really -- the reason I like case-insensitive, is that all I need
to know is that two identifiers that are different at the binary level
are different. And by binary level I mean the char->integer that
works with unicode characters (so it's not really a bubble, but
there's a single point to struggle with).
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
Received on Tue Nov 14 2006 - 18:14:46 UTC