Hello,
I am interested in interacting with the Objective-C runtime from other languages through FFI bindings.
In particular, I need to be able to load Foundation or other classes dynamically. What needs to be done to load these classes in the runtime?
Here's an example illustrating the issue I'm facing: