Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29721
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!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.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'things.': 0.05; '21,': 0.07; 'semantics': 0.09; 'sep': 0.09; 'thread,': 0.09; 'illusion': 0.16; 'record,': 0.16; 'spotted': 0.16; 'subject:compare': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'appears': 0.18; 'posts': 0.23; "haven't": 0.23; 'non': 0.24; 'header:In-Reply-To:1': 0.25; 'wrote': 0.26; 'message-id:@mail.gmail.com': 0.27; 'subject:list': 0.28; "d'aprano": 0.29; 'steven': 0.29; 'probably': 0.29; "i'm": 0.29; 'maybe': 0.29; 'fri,': 0.30; 'code': 0.31; 'not.': 0.32; 'to:addr:python-list': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'programming.': 0.35; 'especially': 0.35; 'pm,': 0.35; 'sometimes': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'functional': 0.36; 'enough': 0.36; 'two': 0.37; 'ones': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'think': 0.40; 'different': 0.63; 'making': 0.64; 'here': 0.65; 'reply': 0.66; 'obvious': 0.71; '7:25': 0.84; 'coherent': 0.84; 'mistakes,': 0.84; 'to:name:python': 0.84 |
| 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=ay2V3efcawmKOVqNt2f9XIaFrDJHA6DPEBT0BCJThG4=; b=ktWfHtoEq+0SA61bi1HiD9LRM2B4aVWRoMf6ZAF++dcH3I2+Ed1NMzCVgI2XHE/hyv XxlEG63NXgr3+ZckXqm71sqdbVAvxpPJLBmbsM6mJZIWVgzWbGk9QuSbqIqGRi0uG9hr ievj45NEavchBfF58EFcjJlASC0MPgigjAliBLtPLhuFjOEUezPEijQyprQQZ1qNBvE/ aX/7e04J0nJYtJHlw0CAt//B8RskbouHDnH9+91ZATH3j7n9tlRpDA4iIlA3LyM0Lq5R 5pDbdccKx6c/N00iw+Xm6+YXN+yyRd4pik17bfs0yG39FNMF0j2Z3hFIByYmDAioyRje 8E8A== |
| MIME-Version | 1.0 |
| In-Reply-To | <505d138e$0$29981$c3e8da3$5496439d@news.astraweb.com> |
| References | <mailman.990.1348213606.27098.python-list@python.org> <ffmti9-elv.ln1@satorlaser.homedns.org> <48191878-3a0e-4733-a426-55b6981c471d@googlegroups.com> <mailman.1040.1348260628.27098.python-list@python.org> <505d138e$0$29981$c3e8da3$5496439d@news.astraweb.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Sat, 22 Sep 2012 00:22:43 -0600 |
| Subject | Re: Functional way to compare things inside a list |
| To | Python <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 <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.1063.1348294996.27098.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1348294996 news.xs4all.nl 6885 [2001:888:2000:d::a6]:40968 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:29721 |
Show key headers only | View raw
On Fri, Sep 21, 2012 at 7:25 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > On Fri, 21 Sep 2012 14:49:55 -0600, Ian Kelly wrote: > >> On Fri, Sep 21, 2012 at 1:54 PM, 88888 Dihedral >> <dihedral88888@googlemail.com> wrote: >>> I don't think functional aspects are only marked as lazy programming. >> >> He wrote "lazy evaluation", not "lazy programming". Two entirely >> different things. > > > For the record, the consensus here is that 88888 Dihedral is probably a > bot. It appears to be a pretty good bot, I haven't spotted it making any > egregious or obvious grammatical mistakes, but the semantics of its posts > don't seem quite human. I'm aware of that, although sometimes the posts seem coherent enough that I think maybe it's not. Especially the ones where it posts almost-working code snippets, complete with obvious typos. Then it posts a complete non sequitur like the reply to my reply in this thread, and the illusion is shattered.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Functional way to compare things inside a list thorsopia@lavabit.com - 2012-09-20 18:58 -0400
Re: Functional way to compare things inside a list "Ivan@work" <ivan.cvetkovic@pakel.hr> - 2012-09-21 10:24 +0200
Re: Functional way to compare things inside a list Alexander Blinne <news@blinne.net> - 2012-09-21 10:31 +0200
Re: Functional way to compare things inside a list Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-09-21 10:52 +0200
Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 12:54 -0700
Re: Functional way to compare things inside a list Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-21 14:49 -0600
Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 14:45 -0700
Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 14:45 -0700
Re: Functional way to compare things inside a list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:25 +0000
Re: Functional way to compare things inside a list Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-22 00:22 -0600
Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 23:50 -0700
Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 23:50 -0700
Re: Functional way to compare things inside a list Jamie Paul Griffin <jamie@kode5.net> - 2012-09-22 08:08 +0100
Re: Functional way to compare things inside a list Andrew Berg <bahamutzero8825@gmail.com> - 2012-09-22 02:19 -0500
Re: Functional way to compare things inside a list Ramchandra Apte <maniandram01@gmail.com> - 2012-09-22 21:09 -0700
Re: Functional way to compare things inside a list Ramchandra Apte <maniandram01@gmail.com> - 2012-09-22 21:09 -0700
csiph-web