Re: Python Success stories

2008-04-25 Thread Bob Woodham
On 2008-04-24, Istvan Albert <[EMAIL PROTECTED]> wrote: > On Apr 23, 2:08 pm, Bob Woodham <[EMAIL PROTECTED]> wrote: > >> x = x++; >> >> has unspecified behaviour in C. That is, it is not specified >> whether the value of x after execution of the statemen

Re: Python Success stories

2008-04-25 Thread Bob Woodham
On 2008-04-24, AlFire <[EMAIL PROTECTED]> wrote: > Bob Woodham wrote: > >> >> x = x++; >> >> has unspecified behaviour in C. > > what about C++ To the extent that (historically) C++ was a superset of C, it was true of C++ as well. However, I have

Re: Python Success stories

2008-04-23 Thread Bob Woodham
On 2008-04-22, Paul Hankin <[EMAIL PROTECTED]> wrote: > On Apr 22, 5:50 pm, Jérémy Wagner <[EMAIL PROTECTED]> wrote: >> Sure. Python is more readable than Perl, though I have found Python >> to have a weird behavior regarding this little issue : >> >> How can you explain that Python doesn't support