Hacker News new | ask | show | jobs
by gregheo 5226 days ago
clang does support Objective C (as does gcc).

Apple does look after a lot of plain old C (e.g. Core Foundation) and C++ (e.g. WebKit) too, so clang handles all three.

1 comments

If I'm not mistaken, the drivers are also written in C++ (They used to be in Objective-C).