A math tutor of mine was actually pretty angry at computer science for writing things like `a=1; a=2; //so 1=2 ?`
I guess he'd rather have the "assign 42 to age"... Except he'd probably read `42 => age` as "42 implies age", which would probably cause him more sleepless nights ;)
toxik|5 years ago
Izkata|5 years ago
__ryan__|5 years ago
xthestreams|5 years ago
danellis|5 years ago
It's not the same language, so why should he expect the semantics to be the same?
JadeNB|5 years ago
It's a bit like discovering that inline C in your favourite non-C language isn't actually semantically correct C. If you're a mathematician, then you know, intimately and fluently, how math is spoken and written, so seeing something that looks exactly like "inline math", but isn't, is jarring.
(I don't get angry over it, but it is exactly counter to the extremely delicate and precise way mathematicians train ourselves to think about '='.)
choward|5 years ago