Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13313
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.036 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'discussions': 0.03; 'sake': 0.09; 'contexts,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mart\xednez': 0.16; 'web?': 0.16; "\xa0it's": 0.16; 'wrote:': 0.16; 'received:209.85.210.174': 0.18; 'received:mail-iy0-f174.google.com': 0.18; 'subject:skip:s 10': 0.18; 'programming': 0.20; 'header:In-Reply-To:1': 0.22; 'sep': 0.23; 'pm,': 0.24; 'thu,': 0.28; 'message- id:@mail.gmail.com': 0.29; 'argue': 0.30; 'characters,': 0.30; 'minor': 0.32; 'break': 0.32; 'to:addr:python-list': 0.33; "i've": 0.34; 'rather': 0.35; 'useful': 0.36; '"you': 0.37; 'comparing': 0.37; 'languages': 0.37; 'but': 0.37; 'two': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; "it's": 0.40; 'stop': 0.61; 'love': 0.62; 'full': 0.63; 'internet': 0.64; 'internet.': 0.65; 'hate': 0.73; 'debate,': 0.84; 'imperative': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=oM2p7lYcpcpH3965ltUUIVb4yUibfU2+vBa/iZnkeEQ=; b=M1DzW/TRDNw/9ximTqLtzfUA6WpKvhmoe0/xQ26L/uI7JSyoltMzcznu1SA8tvDOap mo6QFXI/fBXAwcRLfH8eqh+HDyJjnmX26e6tycpbvImFSaM1mj/r6PtO9RHjkcLw4VpP Wkd2A2cD2ZCP31cPJw6CmXfySG9nJCg6nnff4= |
| MIME-Version | 1.0 |
| In-Reply-To | <20110915030540.GA5695@Smoke> |
| References | <CAB4yi1Nc04-6zw98WW+rss9u80amNbmk7GpMw-b0uHDdiRgC7w@mail.gmail.com> <j4p9k5$7ij$1@dough.gmane.org> <j4q6vj$n8e$1@dough.gmane.org> <CAPTjJmrnjRmp9HB5GAOC0HBOXfs3Xix5VeJhQCf2f0JprNn0WQ@mail.gmail.com> <mailman.1115.1316005538.27778.python-list@python.org> <4e713fa9$0$29990$c3e8da3$5496439d@news.astraweb.com> <20110915030540.GA5695@Smoke> |
| Date | Thu, 15 Sep 2011 18:39:53 +1000 |
| Subject | Re: stackoverflow and c.l.py |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1156.1316075996.27778.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1316075996 news.xs4all.nl 2507 [2001:888:2000:d::a6]:43209 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:13313 |
Show key headers only | View raw
On Thu, Sep 15, 2011 at 1:05 PM, Westley Martínez <anikom15@gmail.com> wrote: > This is really what I love and hate about the internet. It's full of > people who argue for the sake of venting their internal frustrations. > How many discussions comparing declarative and imperative programming > languages have you seen on the web? Yes, it's both normal and useful on the internet to break off conversation to argue about a minor technicality. But it's completely inappropriate in other contexts, to the point that it can be used for comedy. Two characters, in the middle of a rather heated debate, stop to discuss grammar: "Listen - I've come to pinch her!" "Mercy! Whom?" "You mean who." "Nay! It is the accusative after the verb!" ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: stackoverflow and c.l.py memilanuk <memilanuk@gmail.com> - 2011-09-14 06:05 -0700
Re: stackoverflow and c.l.py "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2011-09-15 00:26 +0100
Re: stackoverflow and c.l.py Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-15 09:58 +1000
Re: stackoverflow and c.l.py Westley Martínez <anikom15@gmail.com> - 2011-09-14 20:05 -0700
Re: stackoverflow and c.l.py john <gnujohn@gmail.com> - 2011-09-15 01:01 -0700
Re: stackoverflow and c.l.py Chris Angelico <rosuav@gmail.com> - 2011-09-15 18:39 +1000
csiph-web