[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: case sensitivity
At 03:10 PM 3/2/2003, Rob Myers wrote:
>>historical.
>
>Lisp and Dylan are case insensitive.
These may not be 2 independent votes. Dylan may be case insensitive because Lisp was. Allegro common lisp now supports mixed case, at least as an option.
Scheme is also case insensitive. However, i have been using JScheme, a Java implementation of Scheme, which is case sensitive so it fits better with Java. I think goo would get a similar benefit for dealling with other languages.
k