On Fri, May 13, 2011 at 10:34 PM, Gregory Ewing <greg.ew...@canterbury.ac.nz> wrote: > rusi wrote: > >> Dijkstra's problem (paraphrased) is that python, by choosing the >> FORTRAN alternative of having a non-first-class boolean type, hinders >> scientific/mathematical thinking/progress. > > Python doesn't have the flaw that Dijkstra was talking about. > Fortran's flaw wasn't so much the lack of a boolean type, but > that you couldn't assign the result of a logical expression to > a variable. Python has always been able to do that, even before > it had a distinct boolean type. And Fortran could do it at least 25 years before Python was invented. -- http://mail.python.org/mailman/listinfo/python-list
- Re: checking if a list is empty Hans Georg Schaathun
- RE: checking if a list is empty Prasad, Ramit
- Re: checking if a list is empty Gregory Ewing
- Re: checking if a list is empty Hans Georg Schaathun
- Re: checking if a list is empty Roy Smith
- Re: checking if a list is empty Steven D'Aprano
- Re: checking if a list is empty rusi
- Re: checking if a list is empty Chris Rebert
- Re: checking if a list is empty rusi
- Re: checking if a list is empty Gregory Ewing
- Re: checking if a list is empty David Robinow
- Re: checking if a list is empty Roy Smith
- Re: checking if a list is empty Steven D'Aprano
- Re: checking if a list is empty rusi
- Re: checking if a list is empty Chris Angelico
- Re: checking if a list is empty rusi
- Re: checking if a list is empty Chris Angelico
- Re: checking if a list is empty rusi
- Re: checking if a list is empty Terry Reedy
- Re: checking if a list is empty Ben Finney
- Re: checking if a list is empty rusi