encukou / abi3

Improvements of Python's stable ABI
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Make C-API great for FFIs & non-C implementations #25

Open encukou opened 2 years ago

encukou commented 2 years ago

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:

From MAL on capi-sig:

Not exactly language bindings, but interface to a different programmable eco-system as well:

And: