Errrr…
Tuesday, July 31st, 2007I am doing a little “pleasure reading” on Erlang tonight. I thought this was an interesting thing to say about variables:
Variables can only be bound once! The value of a variable can never be changed once it has been set (bound).
Doesn’t that make them constants, and not variables?
cw