Hacker News new | ask | show | jobs
by fingerlocks 1226 days ago
Swift interops with C directly so there’s no need to wrap in Objective-C.
1 comments

I just skimmed an article about that. That's quite nice.

FWIW: One of the things I really appreciated in Objective C was that I could use real C when working with a C library. It wasn't something I did often, though. But, IMO, it's definitely something that someone who wants to do low-level Mac programming should learn. Sometimes it's just easier to work with a library in C.