Hacker News new | ask | show | jobs
by regularfry 5570 days ago
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?
1 comments

The only statically typed part of Obj-C is the C part, while the Obj-C types are themselves dynamic.