Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.061 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.06; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'otoh,': 0.16; 'roy': 0.16; 'subject:Java': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'oriented': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'quite': 0.32; '(i.e.': 0.33; 'fri,': 0.33; 'could': 0.34; 'subject: (': 0.35; 'received:google.com': 0.35; 'being': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'called': 0.40; 'tell': 0.60; 'smith': 0.68; 'article': 0.77; 'time)': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VbzXDwgp3qCCyoBhoneWuValzQtTBVWoG1CRqBxsJ9k=; b=lmd/JD/jBfx1Tzos6LqX8CrkZRe1xTGRIpSdnCOJuiOVygHRaalvCPhwT4vrINfho9 Yxm+FV9Ubx94ANGBFP0a15qeiDo2Zanh5otBNfMjTe61De06bmcc1UK4ib5PXx4syRyw erpIyeASOW9OXqkI1ADKdoaHNGf15WbPr761OEPxD32ff4W6IN2LsWqlzdL5gv/paEIP HBchOBNe6ZyMqlgCFWX9IxWmEIBO65DbLFobolXsMenSpFiUaCeFrj25OmqEbKdetYUM NK/AhZ2MUuF/rb94G6M571L3kZ9w7fNeXwY0kOU4DplN6qAl/gSS9lPf7XfhjYJ+XRIg KTYA== MIME-Version: 1.0 X-Received: by 10.66.218.198 with SMTP id pi6mr517939pac.107.1382054953737; Thu, 17 Oct 2013 17:09:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Oct 2013 11:09:13 +1100 Subject: Re: Python was designed (was Re: Multi-threading in Python vs Java) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382054958 news.xs4all.nl 15991 [2001:888:2000:d::a6]:48408 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57005 On Fri, Oct 18, 2013 at 11:01 AM, Roy Smith wrote: > In article , > Peter Cacioppi wrote: > >> OTOH, I've seen object-based C development projects (I.e. where you could >> tell what function was being called at compile time) that are quite readable. > > If you can tell what function will be called by looking at the code, > it's not object oriented enough :-) Is that why there's the International Object-oriented C Code Contest at www.ioccc.org ? ChrisA