Hacker News new | ask | show | jobs
by hyperpape 4207 days ago
Not an Objective-C programmer, but while includes static typing, it's also very dynamic. It uses a message-sending paradigm and you can construct messages at run-time from strings.

I believe Smalltalk is as about as much of an influence as C.

Lots of Objective-C programmers actively dislike Swift because it's so static.