Re: case sensitivity
Jonathan Bachrach <[email protected]> 03 Mar 2003 15:38:39 -0500
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <[email protected]> |
resend: Date: Fri, 28 Feb 2003 21:23:16 -0500 From: Christopher Armstrong <[email protected]> To: [email protected] Subject: Re: case sensitivity Message-ID: <20030301022316.GB10282@radii> References: <YVSNGD5241MG64BAHDKID6595VU2Z2U.3e6056d5@abe> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.3i On Fri, Feb 28, 2003 at 06:37:55PM -0500, Jonathan Bachrach wrote: > jm <[email protected]> writes: > > > 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? Well, I prefer case-sensitivity. Not for any serious reasons, other than sometimes I need mixed-case symbols, which can probably be created regardless of default-case-insensitivity; but that doesn't help when I want some API that allows people to pass a mix-cased symbol in (They would have to use strings or set up the case-sensitivity themselves, right?) I'm sure a lot of lispers think that's a bad idea anyway, though. But whatever. :) -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://twistedmatrix.com/users/radix.twistd/