The Objective-C Runtime and Swift Dynamism
academy.realm.io
The Objective-C Runtime and Swift Dynamism
1–10 of 41 posts
Re: The Objective-C Runtime and Swift Dynamism
#2Not sure if there is a mirror, a write-up, or another example anyone might be able to pass along.
edit: this google cache version is working[0].
[0] https://webcache.googleusercontent.com/search?q=cache:gXiqzW...
Re: The Objective-C Runtime and Swift Dynamism
#3I'm getting the loading error, "An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details." Not sure if there is a mirror, a write-up, or another example anyone might be able to pass along. edit: this google cache version is working[0]. [0] https://webcache.googleusercontent.com/search?q=cache:gXiqzW...
Basically, Swift dynamism is coming, hopefully safer than ObjC
Re: The Objective-C Runtime and Swift Dynamism
#4Re: The Objective-C Runtime and Swift Dynamism
#5I hope apple does not kill swift with sillynes. M$ did very good job on 90's on that. I really would not like all apps again.. Is this 3rd time??
Re: The Objective-C Runtime and Swift Dynamism
#6I hope apple does not kill swift with sillynes. M$ did very good job on 90's on that. I really would not like all apps again.. Is this 3rd time??
Re: The Objective-C Runtime and Swift Dynamism
#7How many times don't we see bugs, errors or security issues stemming from the fact that business logic gets implemented in C?
Re: The Objective-C Runtime and Swift Dynamism
#8I had not heard the term "runtime-oriented language" before. Is this really just another term for "supports reflection"? If not what would be other examples of "runtime-oriented" languages?
Re: The Objective-C Runtime and Swift Dynamism
#9>"Before we start, Objective-C is a runtime-oriented language, which means that all of the links between your methods and variables and classes are deferred to the last moment possible to when your app is actually running, ..." I had not heard the term "runtime-oriented language" before. Is this really just another term for "supports reflection"? If not what would be other examples of "runtime-oriented" languages?
Re: The Objective-C Runtime and Swift Dynamism
#10>"Before we start, Objective-C is a runtime-oriented language, which means that all of the links between your methods and variables and classes are deferred to the last moment possible to when your app is actually running, ..." I had not heard the term "runtime-oriented language" before. Is this really just another term for "supports reflection"? If not what would be other examples of "runtime-oriented" languages?