On Tuesday, 5 January 2016 at 13:45:53 UTC, Jacob Carlborg wrote:
On 2016-01-05 14:30, Ola Fosheim Grøstad wrote:
I assume I can use it for interfacing indirectly with Swift on
Linux as
well??
It's not possible to interface Swift and C++ directly. One
needs to go though Objective-C++.
Yes, which is why I wrote "indirectly". ;-) But does it work for
Swift on Linux? Is Objective-C++ and Swift compatible on Linux
yet?
There's a tool that can automatically generate bindings [1]. I
have no idea how well that works.
[1] https://github.com/sandym/swiftpp
Thanks for the reference!