hpyproject/hpy

Provide some level of typing experience in the API

Opened this issue · 0 comments

As noted in https://github.com/hpyproject/hpy/wiki/Numpy-HPy-migration-notes:-blockers-and-concerns by changing all the previously concrete types such as DType* x for HPy x users loose valuable semantic info and also type checking by C compiler.

Similar approach was suggested in capi-workgroup/problems#31.