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
Just food for thought, but I am thinking if it would make sense to have a lower level C API for openPMD, that could be easily used from other languages.
One example of a C++ library that does this very nicely is DuckDB which can be interfaced from Python, R, Java, Julia, Swift etc.
I guess Fortran can also use such an API.
The text was updated successfully, but these errors were encountered:
There is (AFAIK) currently no work planned on this, but (similar to the Julia bindings currently being integrated), we are open to contributions on this. I recognize the value of C bindings through C's good FFI support, as a basis for easily building bindings / custom interfaces for programming languages that are not directly supported by this library.
Just food for thought, but I am thinking if it would make sense to have a lower level C API for
openPMD
, that could be easily used from other languages.One example of a C++ library that does this very nicely is DuckDB which can be interfaced from Python, R, Java, Julia, Swift etc.
I guess Fortran can also use such an API.
The text was updated successfully, but these errors were encountered: