Bools and explicitness [was Re: PyWart: The problem with "print"]
Terry Jan Reedy
tjreedy at udel.edu
Wed Jun 5 12:10:49 EDT 2013
More information about the Python-list mailing list
Wed Jun 5 12:10:49 EDT 2013
- Previous message (by thread): Bools and explicitness [was Re: PyWart: The problem with "print"]
- Next message (by thread): Bools and explicitness [was Re: PyWart: The problem with "print"]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6/5/2013 2:11 AM, Russ P. wrote: > But then, what would you expect of a language that allows you to > write > > x = 1 > x = "Hello" > > It's all loosey goosey -- which is fine for many applications but > certainly not for critical ones. I believe Shedskin, a Python *subset* compiler*, will reject that, because it compiles ints to C ints. Some code checkers might too.
- Previous message (by thread): Bools and explicitness [was Re: PyWart: The problem with "print"]
- Next message (by thread): Bools and explicitness [was Re: PyWart: The problem with "print"]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list