Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Seeing some confusion. This is using what are effectively FFI interfaces to the Objective-C runtime. There’s really no good reason to do this in production code that isn’t a language bridge. It’s not as efficient at runtime as writing the functionally equivalent Objective-C, because the ObjC compiler statically allocates class/method data structures, and it’s not as safe, because you’re bypassing ARC.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: