Re: explanation of values, references, assignment, and method calls

2008-10-28 Thread Aaron Brady
On Oct 28, 11:30 am, Bruno Desthuilliers wrote: > Joe Strout a écrit : > > > I've tried to write up this topic in a clear, step-by-step manner, with > > the help of diagrams and short examples from several different OOP > > languages.  I hope it will help clear up the confusion that seems to be >

Re: explanation of values, references, assignment, and method calls

2008-10-28 Thread Bruno Desthuilliers
Joe Strout a écrit : I've tried to write up this topic in a clear, step-by-step manner, with the help of diagrams and short examples from several different OOP languages. I hope it will help clear up the confusion that seems to be pervading the Python community May I suggest http://effbot.or

explanation of values, references, assignment, and method calls

2008-10-28 Thread Joe Strout
I've tried to write up this topic in a clear, step-by-step manner, with the help of diagrams and short examples from several different OOP languages. I hope it will help clear up the confusion that seems to be pervading the Python community (and which is far more rare in the other language