Comment on Dynamic languages are static languagesparentComments−regularfry15yYou could do that sort of classless message passing in a static language. In fact, isn't that how message dispatch in Obj-C works?−lloeki15yThe only statically typed part of Obj-C is the C part, while the Obj-C types are themselves dynamic.
Comments
You could do that sort of classless message passing in a static language. In fact, isn't that how message dispatch in Obj-C works?
The only statically typed part of Obj-C is the C part, while the Obj-C types are themselves dynamic.