Olin Lathrop wrote: > Peter Loron wrote: >> Yes, you can help the programmer along by forcing these restrictions >> or conventions into the language/interpreter/compiler. However, I >> prefer to push that out to the next layer up. > > You haven't given any example, so this still sounds like the you're running > into the tool catching you making a mess, and you're complaining because > you'd rather be lazy and make a mess than to do it right. Once again, can > you provide a example code that you feel should be allowed but isn't? I'd agree with Peter Loron. When developing code I often cut deeply indented big chunk of code and paste it as minimally indented into another big block of deeply indented code. This way you clearly see what you've pasted in. After debugging the code I indent the pasted code properly. With Python this style of debugging won't work, as I see. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist