In Erlang and OTP in Action (page 46), the authors state the following in a note:
It may happen that in some odd corner case, code evaluated in the shell behaves slightly differently from the same code when compiled as part of a module. In such a case, the compiled version is the gold standard. The shell tries its best to do the exact same thing when it interprets the expressions.
Can you think of one or more of these odd corner cases? Which are the slight differences in those cases?