Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'subject:into': 0.09; 'code?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'python;': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'sat,': 0.23; 'header:In- Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'complain': 0.29; "i'm": 0.30; 'code': 0.30; "i'd": 0.31; 'probably': 0.31; 'received:google.com': 0.35; "isn't": 0.35; 'but': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'end': 0.39; 'where': 0.40; 'some': 0.40; 'chrisa': 0.84; 'experiment': 0.84; '1:18': 0.91 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 :cc:content-type; bh=8qOsdS0F3aSQr7v0Ufn1jVF19rS6trla5dJ4t9NbjUE=; b=A35UFe+AHq6TRswkC9zuEYgDIAh6bubJHGNiLl5SETedufriyJTofBshZRXEGgz1cR Xj27jmbhLF5KnqgFsCxd4pkGOFYDMIJ4ymv+B7DYASmqskLLeieouDLlSRLaD7uVgKlj 7Pcocv+PVvbqTg9SDXvraFCccrhsMyaTvsAshgzTvL2vXpv6Sja1Twja8Qc6tcE+t9Kl jXJwqcdwx9ckpu5pwVgKe4x+33e2L7SCt65GlTz+7KPcMgpf7TA66ykPLrBJ/d3H7z/k tT/ZI6cLmItYp+GtJ3dWOn11hcwmChQwurBml9DopSPtLyumjyK+tJ4eS0hehMW+qPim JYEQ== MIME-Version: 1.0 X-Received: by 10.50.178.145 with SMTP id cy17mr13595548igc.92.1441423913668; Fri, 04 Sep 2015 20:31:53 -0700 (PDT) In-Reply-To: <03c53b53-4103-4fd8-8851-caeccda8e016@googlegroups.com> References: <58e0d1b5-a7ca-4811-9926-fba1b7ede83f@googlegroups.com> <55EA487D.2010807@gmail.com> <03c53b53-4103-4fd8-8851-caeccda8e016@googlegroups.com> Date: Sat, 5 Sep 2015 13:31:53 +1000 Subject: Re: Program in or into (was Python handles globals badly) From: Chris Angelico To: Rustom Mody Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 1441423916 news.xs4all.nl 23731 [2001:888:2000:d::a6]:39126 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96043 On Sat, Sep 5, 2015 at 1:18 PM, Rustom Mody wrote: > Now the thought experiment: > > For some reason you need to code in C# > [You need to do this part of the experiment honestly!!] > > Would you write the C# code? > Or would you write the python-ish code in C# ? As I'm not familiar with C#, I'd probably end up writing Python-style code in C#. But I wouldn't then complain that C# isn't sufficiently like Python; if I want Python, I know where to find it. ChrisA