Hacker News new | ask | show | jobs
by kluivers 5443 days ago
While I do like the thought of using CoreData and code I've written for other apps on the web, the following sentence immediately made this thing much less interesting: "WebAppKit runs exclusively in garbage collection mode to minimize the memory management burden." I've never liked garbage collection, if you find memory management a burden, you're doing it wrong. And now that Apple introduced ARC even Apple recommends against using the GC.