|
|
|
|
|
by _qulr
2097 days ago
|
|
> For Swift it's a modern language that doesn't need to have backward compatibility with C that Objective-C had. That doesn't seem accurate. Interoperability with C and Objective-C was a fundamental design requirement of Swift. C interoperability is not particularly pleasant in Swift, but it's certainly there. It has to be there. Apple has been creating some easier to use Swift wrappers around old UNIX C API. For example, their Network framework, and the just-announced Swift System. |
|