I wonder how dependencies on Foundation will be handled when Swift 2 gets open sourced. Will that be ported as part of the runtime, or will things just depend on linking in platform native stuff?
It'll be interesting to see how cross platform code plays out in Swift (if it does at all).
Comments
I wonder how dependencies on Foundation will be handled when Swift 2 gets open sourced. Will that be ported as part of the runtime, or will things just depend on linking in platform native stuff?
It'll be interesting to see how cross platform code plays out in Swift (if it does at all).
Note that part of Foundation (including the network stuff I think) is already open-source as part of CF: http://www.opensource.apple.com/source/CF/