Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; '"object': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'hits': 0.16; 'subject:Object': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'seems': 0.21; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'define': 0.26; 'header:In-Reply-To:1': 0.27; 'programming.': 0.30; 'message- id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'created': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'step': 0.37; 'pm,': 0.38; 'back': 0.62; 'term': 0.63; 'kind': 0.63; 'to:addr:gmail.com': 0.65; 'etc),': 0.84; 'subject:Systems': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=v9nCbuLOgHKYW4HfhhbZf44WAMcGbch+50VrYYRfYnU=; b=ynkqLorWEt7k1ALYfgR5L+SdnjOk97TmkXwFb4tne0pFd+APhSHgngIxCDcawlXvml e6oyxd/5qbb2E8n8cJyifIwGFbdBjb5kdw8i4OAa6ITxg58xZqKGJ18ASHSIHiscdup3 3k2aBH+fRaCzSimANjB5sy1PSL7CX24MpoaaosTCqQnnnJmmj8u+CwHkh5IlA/bdbgc4 1WSvQd/g0ilvAq5lZ5ckjPKLJv4VTXdDBP/Oxi9Y43XX6vY1D/rEqsY2GBGeuQrnzkPM wSgHEbmJvIGO5vDA5q9s2a0LL6vTeml59D4vWA2JLhTgKUnAJzP2A4Xp8UFez9Qm5aJO 4W0g== MIME-Version: 1.0 X-Received: by 10.42.82.6 with SMTP id b6mr35106666icl.51.1407789449360; Mon, 11 Aug 2014 13:37:29 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <2d41828e-19ac-4e46-a487-8700c22d9b92@googlegroups.com> References: <2d41828e-19ac-4e46-a487-8700c22d9b92@googlegroups.com> Date: Mon, 11 Aug 2014 15:37:29 -0500 X-Google-Sender-Auth: K3OxZu-bn1ae1VnzNJ8tTKkXkjI Subject: Re: Python Object Systems From: Skip Montanaro To: thequietcenter@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407789458 news.xs4all.nl 2969 [2001:888:2000:d::a6]:47397 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76072 On Mon, Aug 11, 2014 at 3:26 PM, 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"? The term seems kind of broad for Google ( number of hits for CLOS, etc), and Wikipedia just directs to a page on object-oriented programming. Thx, Skip