Hacker News new | ask | show | jobs
Objective-C and Foundation running on a Sega Dreamcast (twitter.com)
10 points by calypso 977 days ago
1 comments

Pretty cool. [+NSArray alloc] isn't auto-released so it needs to be released but it doesn't need to be retained.
I knew someone would catch that. I caught that after looking back at the tweet.

It’s definitely been a hot minute since working without ARC.

Haha, somebody knows their Objective-C!