Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76073

Re: Python Object Systems

Newsgroups comp.lang.python
Date 2014-08-11 14:02 -0700
References <2d41828e-19ac-4e46-a487-8700c22d9b92@googlegroups.com> <mailman.12864.1407789458.18130.python-list@python.org>
Message-ID <66c2838c-0658-4fcf-a27f-bb80a9c141e3@googlegroups.com> (permalink)
Subject Re: Python Object Systems
From thequietcenter@gmail.com

Show all headers | View raw


On Monday, August 11, 2014 4:37:29 PM UTC-4, Skip Montanaro wrote:
> On Mon, Aug 11, 2014 at 3:26 PM,  <thequietcenter@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"? 

I mean a system by which one creates and manages Python objects. For instance, Python ships with an object system as documented here:
https://docs.python.org/2/tutorial/classes.html

However, some developers have found the need to add features to the standard Python object system (e.g. delegation, typing, etc), thus offering a new object system.

So far, the following object systems have been found:

* elk https://github.com/frasertweedale/elk
* Traits http://code.enthought.com/projects/traits/
* yuppy https://github.com/kuujo/yuppy

-- Terrence

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python Object Systems thequietcenter@gmail.com - 2014-08-11 13:26 -0700
  Re: Python Object Systems Skip Montanaro <skip@pobox.com> - 2014-08-11 15:37 -0500
    Re: Python Object Systems thequietcenter@gmail.com - 2014-08-11 14:02 -0700
    Re: Python Object Systems Marko Rauhamaa <marko@pacujo.net> - 2014-08-12 00:09 +0300
      Re: Python Object Systems thequietcenter@gmail.com - 2014-08-11 14:26 -0700
        Re: Python Object Systems Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-11 22:51 +0100
        Re: Python Object Systems Marko Rauhamaa <marko@pacujo.net> - 2014-08-12 00:51 +0300
  Re: Python Object Systems "Mike C. Fletcher" <mcfletch@vrplumber.com> - 2014-08-11 18:56 -0400
  Re: Python Object Systems Michele Simionato <michele.simionato@gmail.com> - 2014-08-13 01:32 -0700
    Re: Python Object Systems thequietcenter@gmail.com - 2014-08-13 10:13 -0700
      Re: Python Object Systems Michele Simionato <michele.simionato@gmail.com> - 2014-08-14 03:34 -0700

csiph-web