Hacker News new | ask | show | jobs
by AlchemistCamp 2172 days ago
What challenges were from Obj-C, specifically?
1 comments

It’s a pointer based language, ie its C. Swift makes it far easier to write correct code and not have to chase down wild pointer problems.
Fair enough. My Obj-C experience was all years before Swift existed... mostly pre-ARC, even!