News

Callbacks Is something like that possible in CSnakes? Too bad I have no clue how to call into dotnet from Python and havn't analyzed yet how pythonnet does it. But as pythonnet does "crazy" stuff, ...
Using a function of a struct as callbacks into Python is impossible because of self. I tried to solve for 1 by using a unique function name (func_name = get_linkage_name) at compile time that would ...