[Mono-list] Existing non-case-sensitive .net languages?

Carlo Kok ck@carlo-kok.com
Thu, 24 Feb 2005 13:09:09 +0100


Freddy BL wrote:
> But still today I have no non-case-sensitive .net language seen. 
> Existing such languages? And if not: Would it be possible to create one 
> or don't permit the CLR it, so that native-compiler have in this point 
> more freedom then .net/mono-compiler?

Chrome is case insensitive. There are some things to take in account, 
like you have to make sure the name of a method matches when overriding 
it or implementing an interface. But besides that there are no real 
limitations.

--
Carlo Kok