|
|
|
|
|
by lapcat
856 days ago
|
|
> 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? |
|