hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

Provide some level of typing experience in the API #433

Open steve-s opened 1 year ago

steve-s commented 1 year ago

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 https://github.com/capi-workgroup/problems/issues/31.