You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C API strategy draft, there wasn't much opposition to the goal of being “easily usable from non-C languages”.
We should seek info on what this should mean from people who make FFIs, bindings and alternate C-API implementations.
In C API strategy draft, there wasn't much opposition to the goal of being “easily usable from non-C languages”.
We should seek info on what this should mean from people who make FFIs, bindings and alternate C-API implementations.
Projects to ask:
How can we make Python's C-API more friendly for C++? wjakob/nanobind#31
https://mail.python.org/archives/list/[email protected]/thread/44IO4GHWBEVIXLFGD4SUNJKFDXOBHILE/
How can we make Python's C-API more friendly for Rust? PyO3/pyo3#2346
python-dev? look thru git history?
From MAL on capi-sig:
How can we make Python's C-API more friendly for CLR bindings? pythonnet/pythonnet#1797
How can we make Python's C-API more friendly for Java bindings? jpype-project/jpype#1071
Not exactly language bindings, but interface to a different
programmable eco-system as well:
http://www.openoffice.org/udk/python/python-bridge.html
And:
The text was updated successfully, but these errors were encountered: