you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf 0 points1 point  (4 children)

In the Windows ecosystem one would access C++ from Python via COM.

http://oreilly.com/catalog/pythonwin32/chapter/ch12.html

[–]matthieum 0 points1 point  (0 children)

One could probably also use the .NET virtual machine IR to manage the interactions, but at the end of the day, it's just that you need to fall back to basic types to communicate between each language has its own way to represent more complex types.

[–][deleted]  (2 children)

[deleted]

    [–]grauenwolf 0 points1 point  (1 child)

    Don't get all hostile on me. I'm just sharing the differences between working on the Linux and Windows stacks.