On May 5, 2013, at 11:45 PM, John C. Welch wrote:
also, how is "set this to that" HARDER to read than "this = that". for one, the latter is more ambiguous.
As both a programmer and a mathematician, I have a perhaps strange opinion on this.
I prefer "set x to something", rather than "x = something" because, if I use the latter while wearing my programmer's hat, then switch to my mathematician's hat, I ought to be able to write "x - something = 0".
But, then when I switch back to my programmer's hat, I realize that I can't do that. (@#$%!)