Mark Wooding wrote:
"Russ P." <russ.paie...@gmail.com> writes:

Actually, in addition to the enforcement of "private," you also need
the enforcement of "protected."

Oh, heavens.  If you want C++ or any of its progeny, you know where to
find them.  Besides, those languages have a horrific design mistake
because they conflate the class system (which manages the units of
behaviour) with the module system (which deals with the units of
implementation)....

Nowhere in this discussion is a point that I find telling:  Python's
policy of accessibility to the full data structure allows simple
implementation of debugging software, rather than the black arcana
that is the normal fare of trying to weld debuggers into the compilers.

--Scott David Daniels
scott.dani...@acm.org
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to