On Jul 10, 2016, at 01:17, Georgios Moschovitis <[email protected]> wrote:
>> I *think* it'd be better to add C++ interoperability to Swift. > > Wouldn’t it be better to have unified syntax across the board? e.g., > > int x; -vs- x: Int, etc? > > Using the same language/syntax would eliminate the taxing mental > context-switch. I don't understand. That's the point of C++ interop... You call the C++ APIs from your Swift code. _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
