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


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.





More information about the Python-list mailing list