a *= b not equivalent to a = a*b

mlzarathustra at gmail.com mlzarathustra at gmail.com
Fri Aug 26 03:14:51 EDT 2016


I was being facetious, but behind it is a serious point. Neither the APL nor the J languages use precedence even though their inventor, Ken Iverson, was a mathematician.

That was to support functional programming dating back to the 1970's.

However, precedence wasn't the problem in this case, it was the type conversion.




More information about the Python-list mailing list