Hacker News new | past | comments | ask | show | jobs | submit login

Cocoa is an incredible API. Much more pleasant to work with than Qt, hands down.

The runtime method dispatch of Objective-C (protocols!) makes it possible. Basically Objective-C gives you what Qt had to kludge in with qmake/moc. And it's still pretty fast!

When I see how little code I have to write to do something basic in Cocoa/Obj-C, and how well it turns out, any problems I have with syntax go out with the window.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: