This gist is a simple example on how to call a function written in swift from C/C++, without taking the detour via Objective-C/C++.
In this example we're going to invoke a function called say_hello
, which,
as the name already suggests, prints "Hello, World!" to the terminal.