To view parent comment, click here.
To read all comments associated with this story, please click here.
If you'd like to be helpful, please point me to someone who prefers weak typing to strong typing. Then put that in context of everyone who prefers the reverse.
Please note that this is not a comment on the preference for dynamic or not. A dynamic language can still be weakly or strongly typed underneath (Python for instance is a strongly typed dynamic language.)
"We" in this case is in reference to the general populace of programmers.
There are many programmers out there who prefer weak typing, so "general populace of programmers" is, well, generalization.
I'm somewhere in between. Sometimes I like strong typing (large models with a simple structure), sometimes not (complex or dynamic models). A quick exercise: how (and why) would you classify a small hungry, short-haired, black cat?
Also, while dynamic languages may or may not be strongly typed (semantically), they are all have to be weakly typed during compilation - the only time strong typing actually matters.





Member since:
2009-06-30
"we prefer"?