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++. There's a tool that can automatically generate bindings [1]. I have no idea how well that works.
[1] https://github.com/sandym/swiftpp -- /Jacob Carlborg
