On Mon, Oct 12, 2015 at 8:33 AM, Random832 <random...@fastmail.com> wrote:
> Ben Finney <ben+pyt...@benfinney.id.au> writes:
>> The opposite of string typing is weak typing.
>
> Well, I would say *string* typing [as used in, for example, sh and tcl]
> is actually a form of weak typing. But anyway, the other issue is that
> strong typing is meaningless. In general it seems like weak typing means
> "the existence of implicit operations (either type conversions or any
> other operation between objects of different types) that I don't like".
>
> "Duck typing" of the sort that Python has, for example, could be and
> sometimes is regarded as a form of weak typing.

"Strong typing" is anything the current speaker likes. "Weak typing"
is anything the current speaker dislikes.

I'm fairly sure most arguments about "readable" or "unreadable" code
follow the same definitions.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to