When you're implementing something at the same level as Objective-C, you can't generally use Obj-C itself.
(Witness the Obj-C runtime, which is mostly C and a tiny bit of assembler.)
When you're implementing something at the same level as Objective-C, you can't generally use Obj-C itself.
(Witness the Obj-C runtime, which is mostly C and a tiny bit of assembler.)