Hacker News new | ask | show | jobs
by lukeh 856 days ago
I'm enjoying Swift, particularly the async/await APIs. I think it would be difficult to write asynchronous code in Objective-C (well, there would be a lot of completion handlers). My present case is the control plane for an embedded application and I don't really have too many complaints. I like the package management system. It would be nice if the compiler was faster.

I maintain some other code that is a mix of Swift, Objective-C and C. I'd happily rewrite the Objective-C components in Swift (except there's no reason to, as it works).