-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation : Using Typhoon with Swift #230
Comments
Has any thought been put into what this might look like? I'm curious to see where this might lead. I've played around with Swift a little bit so far, and from what I can tell the runtime introspection of Swift classes is much different than Objective-C. |
Just found one of your questions on StackOverflow that is relevant to this topic, linking to it: http://stackoverflow.com/questions/24057525/swift-native-base-class-or-nsobject |
So far I'm thinking it will be fairly similar. Though there's too much casting required in Typhoon+swift. Typhoon will work with dynamic dispatch. For static, Swift doesn't yet have any reflection except for Mirror which is very limited - just properties. Like c++ is static with no reflection. . Still not clear what Apple's intention is. Reflection is coming? Or we're supposed to extend NSObject and use objc runtime. |
Closing, since we have a Swift sample application and quick start guide. |
No description provided.
The text was updated successfully, but these errors were encountered: