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.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to