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


Groups > comp.lang.python > #96087

Re: Program in or into (was Python handles globals badly)

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.055
X-Spam-Evidence '*H*': 0.90; '*S*': 0.01; 'subject:Python': 0.05; 'mrab': 0.05; 'subject:into': 0.09; 'java,': 0.15; 'wrote:': 0.16; 'language': 0.19; '2015': 0.20; 'java': 0.22; 'sep': 0.22; 'sat,': 0.23; 'implemented': 0.24; 'recognized': 0.24; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'follows': 0.29; 'generally': 0.32; 'closely': 0.33; 'except': 0.34; 'received:google.com': 0.35; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'to:addr:python.org': 0.40; 'where': 0.40; 'better.': 0.66; 'designers': 0.72; 'conceived': 0.84; 'to:name:python': 0.84; 'poorly': 0.93; 'tied': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OxgmEkYt13R6TzehjVSLqE+jwa9HboCuHBmJK1cezwM=; b=eme/W6dd7UZve0hZMRmezm1dw3RE5LWGGQjc0GyVgW3qmnY/NCyxUyLedQ43+5Vpq0 neXKg8n7elcaT3sSuqP1WwzbchEB7D5pE1LtMTwwwMRiQGtTnB87UT08TwJr1iEeaI8X Az/Hmx2KobAfsbPXWhwc5fW7wcCx2hU6t1M1gvLm6rSiLUktyy4koPcWqsaUAlVUAxIk +m9cnznsbUV6S57zhB9XrHbWfKDI8+BoUfWlGS+cBeHvNA256SPGlq8WXj8KAo24B1mW kELF6swLoOr2eO3iianQf7on1hZGIKkk6/VjN3qSoT8DzPgB1kabY3cNg274W08n2YWQ eqow==
X-Received by 10.129.45.194 with SMTP id t185mr17933891ywt.111.1441585221763; Sun, 06 Sep 2015 17:20:21 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <55EBAAFD.4090902@mrabarnett.plus.com>
References <c3363$547e74fe$5419aafe$24179@news.ziggo.nl> <58e0d1b5-a7ca-4811-9926-fba1b7ede83f@googlegroups.com> <CAPTjJmpkry3qBL9ntf4gUsE-aDGLooHqViMBW=ZNcK2Lb9e9nA@mail.gmail.com> <55EA487D.2010807@gmail.com> <mailman.155.1441418073.8327.python-list@python.org> <03c53b53-4103-4fd8-8851-caeccda8e016@googlegroups.com> <55eba65d$0$1665$c3e8da3$5496439d@news.astraweb.com> <55EBAAFD.4090902@mrabarnett.plus.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Sun, 6 Sep 2015 18:19:42 -0600
Subject Re: Program in or into (was Python handles globals badly)
To Python <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.189.1441585230.8327.python-list@python.org> (permalink)
Lines 7
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441585230 news.xs4all.nl 23810 [2001:888:2000:d::a6]:58058
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96087

Show key headers only | View raw


On Sat, Sep 5, 2015 at 8:54 PM, MRAB <python@mrabarnett.plus.com> wrote:
> And C# follows what Java does.

Except where the language designers recognized that the Java way was
poorly conceived or implemented and did it better. Generally speaking,
I would much prefer to work in C# over Java, if only the language
weren't so closely tied to .NET.

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


Thread

Re: Python handles globals badly. tdev@freenet.de - 2015-09-04 12:11 -0700
  Re: Python handles globals badly. Ian Kelly <ian.g.kelly@gmail.com> - 2015-09-04 13:48 -0600
  Re: Python handles globals badly. Ian Kelly <ian.g.kelly@gmail.com> - 2015-09-04 13:52 -0600
  Re: Python handles globals badly. Chris Angelico <rosuav@gmail.com> - 2015-09-05 10:27 +1000
  Re: Python handles globals badly. Michael Torrie <torriem@gmail.com> - 2015-09-04 19:42 -0600
  Re: Python handles globals badly. Chris Angelico <rosuav@gmail.com> - 2015-09-05 11:54 +1000
    Program in or into (was Python handles globals badly) Rustom Mody <rustompmody@gmail.com> - 2015-09-04 20:18 -0700
      Re: Program in or into (was Python handles globals badly) Chris Angelico <rosuav@gmail.com> - 2015-09-05 13:31 +1000
      Re: Program in or into (was Python handles globals badly) Steven D'Aprano <steve@pearwood.info> - 2015-09-06 12:35 +1000
        Re: Program in or into (was Python handles globals badly) MRAB <python@mrabarnett.plus.com> - 2015-09-06 03:54 +0100
        Re: Program in or into (was Python handles globals badly) Rustom Mody <rustompmody@gmail.com> - 2015-09-05 21:35 -0700
        Re: Program in or into (was Python handles globals badly) random832@fastmail.us - 2015-09-06 01:26 -0400
          Re: Program in or into (was Python handles globals badly) wxjmfauth@gmail.com - 2015-09-06 00:42 -0700
        Re: Program in or into (was Python handles globals badly) Ian Kelly <ian.g.kelly@gmail.com> - 2015-09-06 18:19 -0600

csiph-web