From: Matthew Flatt (mflatt at cs.utah.edu) Date: Wed Apr 28 15:15:52 EDT 2004 |
|
At Wed, 28 Apr 2004 14:19:39 -0400, Philippe Meunier wrote: > Code that is written in > case-sensitive mode will work both in case-sensitive and > case-insensitive mode. Didn't you provide a counter-example to this claim? If a programmer using case-sensitive mode writes > (let ([X 1]) > (let ([x 2]) > X)) (and if it means what the programmer intended), then the code won't work in case-insensitive mode. Matthew
Posted on the users mailing list. |
|