Earlier quoted context omitted.
> If you find yourself enjoying ObjC, by all means keep using it. Or C. I didn't say I enjoyed ObjC. That's not really how I choose my tools. It's a job. The choice is utilitarian. > Or Pascal. I seem to recall enjoying Pascal somewhat, though that was a very long time ago. > Or Lisp. I definitely recall not enjoying Lisp. Not at all. Yuck. > that doesn’t account for extra-hours and bugs it takes to get there. If Swi…
> I didn't say I enjoyed ObjC. That's not really how I choose my tools. It's a job. The choice is utilitarian. Given C is faster and more mature than ObjC, why aren’t you writing everything in pure C and objc_msgSend?
TBH your question feels trollish, but I'll respond anyway.
Objective-C code does compile to objc_msgSend calls. Perhaps you meant getting the method implementations directly and calling them instead?
Objective-C is 40 years old. How much more mature does it need to be?