I came across dynamically typed python, statically typed f#, strongly typed C++ and weakly typed JavaScript.
I do not yet know exact differences between all these type systems. In general, I could figure out that Strong typing is associated with static typing, and weak typing is associated with dynamic typing.
Can somebody explain each type systems with examples.