How can I rewrite expression "using a raw OO notation" (from Guido's letter)

Viewed 21

While reading the documentation, I came across a link to Guido's letter:

Here's what he writes:

Compare the easy with which we rewrite a formula like x*(a+b) into xa + xb to the clumsiness of doing the same thing using a raw OO notation.

How can I rewrite this expression "using a raw OO notation"?

0 Answers
Related