Live data from Hacker News

Objective-C and Foundation running on a Sega Dreamcast

twitter.com

1–4 of 4 posts

Re: Objective-C and Foundation running on a Sega Dreamcast

#3

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.