Hacker News new | ask | show | jobs
by jonsen 4234 days ago
I often find the following analogy useful to have in mind

  a-(b-c) = a+(-b+c) = a+(c-b)

  a/(b/c) = a*(/b*c) = a*(c/b)

  a*(/b*c) is not legal syntax in most languages, but why not?