Actually I will argue that: Swift leans towards be...
# announcements
j
Actually I will argue that: Swift leans towards being a modern language on a C++ foundation (inline/static/vtable) dispatch, while ObjC is dynamic and uses messaging. (This allows some cool features in Cocoa like KVO without any boilerplate - Cocoa can generate a sub-class on the fly, in the same way you’d use AOP in Java).