Browse thread
RE: [Caml-list] Operator overloading
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-09 (16:02) |
From: | Brian Hurt <bhurt@j...> |
Subject: | Re: [Caml-list] Operator overloading |
Till Varoquaux wrote: > Hum... > > Instead of proving once again Godwin's law we might want to use > constructive criticism (even though I also tend to flame more than my > share)... No, actually, I was making a point. The fact that you don't like the point I was making doesn't make it a flame. Disagreeing with you is not an insult. Although I do find amusing the implication that bringing up pointer arithmetic is the equivelent to calling someone a Nazi. Spelling the point out explicitly for those who missed it: when considering wether to add a feature to a language, you have to consider *BOTH* the valid uses of that feature *AND* the probable ways the feature will be misused and the problems it will cause. You don't get to ignore the downsides. Because, if you do, then there's no real reason why introducing pointer arithmetic into Ocaml is not a good idea. Brian