Re: case sensitivity
Jonathan Bachrach <[email protected]> 28 Feb 2003 18:37:55 -0500
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <[email protected]> |
jm <[email protected]> writes: > hello all, > > is goo intentionally case insensitive? if so, why? yes. robustness. useability. historical. > i can't think of any reasons for case-insensitivity but > i think the need to interface with c libs is a good > reason against it. agreed. > this problem popped up when swigifying the SDL > which has a function named SDL_Quit and an > enum constant named SDL_QUIT. > a work around in this case is simple enough, > but there is potential for much bigger headaches > with other interfaces. i'll consider this. anybody else have opinions on this? jonathan