Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Functional way to compare things inside a list

Reply
Thread Tools

Functional way to compare things inside a list

 
 
88888 Dihedral
Guest
Posts: n/a
 
      09-22-2012
Ian於 2012年9月22日星期*UTC+8下午2時23分43秒 寫道:
> On Fri, Sep 21, 2012 at 7:25 PM, Steven D'Aprano
>
> <steve+> wrote:
>
> > On Fri, 21 Sep 2012 14:49:55 -0600, Ian Kelly wrote:

>
> >

>
> >> On Fri, Sep 21, 2012 at 1:54 PM, 88888 Dihedral

>
> >> <> 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.


Do you want to use the lisp way for implementing functional programming?


 
Reply With Quote
 
 
 
 
88888 Dihedral
Guest
Posts: n/a
 
      09-22-2012
Ian於 2012年9月22日星期*UTC+8下午2時23分43秒 寫道:
> On Fri, Sep 21, 2012 at 7:25 PM, Steven D'Aprano
>
> <steve+> wrote:
>
> > On Fri, 21 Sep 2012 14:49:55 -0600, Ian Kelly wrote:

>
> >

>
> >> On Fri, Sep 21, 2012 at 1:54 PM, 88888 Dihedral

>
> >> <> 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.


Do you want to use the lisp way for implementing functional programming?


 
Reply With Quote
 
 
 
 
Jamie Paul Griffin
Guest
Posts: n/a
 
      09-22-2012
[ Ian Kelly wrote on Sat 22.Sep'12 at 0:22:43 -0600 ]

> On Fri, Sep 21, 2012 at 7:25 PM, Steven D'Aprano
> <steve+> wrote:
> > On Fri, 21 Sep 2012 14:49:55 -0600, Ian Kelly wrote:
> >
> >> On Fri, Sep 21, 2012 at 1:54 PM, 88888 Dihedral
> >> <> 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.


I find this intriguing, I had no idea bots existed to post to mailing
lists in this way. What's the point of them?
 
Reply With Quote
 
Andrew Berg
Guest
Posts: n/a
 
      09-22-2012
On 2012.09.22 02:08, Jamie Paul Griffin wrote:
> I find this intriguing, I had no idea bots existed to post to mailing
> lists in this way. What's the point of them?


To amuse their owners is my guess.
--
CPython 3.3.0rc2 | Windows NT 6.1.7601.17835
 
Reply With Quote
 
Ramchandra Apte
Guest
Posts: n/a
 
      09-23-2012
On Saturday, 22 September 2012 12:50:08 UTC+5:30, Andrew Berg wrote:
> On 2012.09.22 02:08, Jamie Paul Griffin wrote:
>
> > I find this intriguing, I had no idea bots existed to post to mailing

>
> > lists in this way. What's the point of them?

>
>
>
> To amuse their owners is my guess.
>
> --
>
> CPython 3.3.0rc2 | Windows NT 6.1.7601.17835


The bot could be used for automatic replies for duplicate posts (common questions are quite often repeated)
 
Reply With Quote
 
Ramchandra Apte
Guest
Posts: n/a
 
      09-23-2012
On Saturday, 22 September 2012 12:50:08 UTC+5:30, Andrew Berg wrote:
> On 2012.09.22 02:08, Jamie Paul Griffin wrote:
>
> > I find this intriguing, I had no idea bots existed to post to mailing

>
> > lists in this way. What's the point of them?

>
>
>
> To amuse their owners is my guess.
>
> --
>
> CPython 3.3.0rc2 | Windows NT 6.1.7601.17835


The bot could be used for automatic replies for duplicate posts (common questions are quite often repeated)
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Functional way to compare things inside a list Chris Rebert Python 0 09-21-2012 08:33 AM
Re: Functional way to compare things inside a list Chris Angelico Python 0 09-21-2012 08:31 AM
Re: Functional way to compare things inside a list Chris Rebert Python 0 09-21-2012 08:28 AM
Re: Functional way to compare things inside a list Chris Angelico Python 0 09-21-2012 08:23 AM
Making things more functional in Python gf gf Python 6 03-05-2005 07:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57