Skip Montanaro <[email protected]>: > On Mon, Aug 11, 2014 at 3:26 PM, <[email protected]> wrote: >> has anyone created a survey of Python Object Systems? > > For the uninitiated, can you back up a step and define what you mean > by an "object system"?
Elk and Traits implement a C++-style object model on top of Python. The systems enforce member access, type constraints etc and result in ugly code that barely looks like Python. Marko -- https://mail.python.org/mailman/listinfo/python-list
