Is it possible to call IronPython functions (and get access to their return values), from C/C++ code, without .NET? And if yes, how?
Is an embedding approach as in the python-c-api possible (i.e. as described here: http://docs.python.org/2/extending/embedding.html)?.
In our project, we cannot depend on .NET. However, we'd like to interact with other software, which exposes its interface through IronPython.