What you described is not entirely possible. But there is support for certain things, for example, the ability to instantiate classes and invoke methods (theoretically) with strings:
NSClassFromString allows you to create instances of classes based on the passed string.
NSSelectorFromString "" .
.
, , -, , ( , , ). , ( Obj-C, , , ) , JavaScript UIWebView.