[Edu-sig] Python for Algorithms and Data Structures...

Patrick K. O'Brien pobrien@orbtech.com
Fri, 23 Aug 2002 07:52:48 -0500


[Markus Gritsch]
>
> Pointers are not necessary.  They are only an artefact of C which you
> have to know and to use to write useful code.  C++ introduces references
> and actually Python also uses references.  Python combines this with
> mutual and non-mutual data types which is IMHO quite elegant.

I've never heard of "mutual and non-mutual data types" and a Google search
produced no results at all. Can you explain what you mean by these terms?
Just curious. Thanks.

--
Patrick K. O'Brien
Orbtech
-----------------------------------------------
"Your source for Python programming expertise."
-----------------------------------------------
Web:  http://www.orbtech.com/web/pobrien/
Blog: http://www.orbtech.com/blog/pobrien/
Wiki: http://www.orbtech.com/wiki/PatrickOBrien
-----------------------------------------------