How Can a Programming Language be both Statically-Typed and Dynamically-Typed?
Posted
by Zanneth
on Stack Overflow
See other posts from Stack Overflow
or by Zanneth
Published on 2010-04-18T02:28:48Z
Indexed on
2010/04/18
2:33 UTC
Read the original article
Hit count: 295
Statically-typed languages and dynamically-typed languages in principle seem like opposite concepts. However, how can a language like Objective-C for example be both of these things at once? It seems to me that Objective-C is more static than dynamic. Can somebody explain how this is possible?
© Stack Overflow or respective owner