Python Object Systems

Marko Rauhamaa marko at pacujo.net
Mon Aug 11 17:09:35 EDT 2014


Skip Montanaro <skip at pobox.com>:

> On Mon, Aug 11, 2014 at 3:26 PM,  <thequietcenter at gmail.com> 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



More information about the Python-list mailing list