Abstract:This talk demonstrates a method of exposing a D library through a C API and give an example of using the library from Python.

I wonder if it will be the same or updated version of the https://dconf.org/2020/online/slides/ali-2.pdf ?

Would be interesting to cover and compare modern techniques. Especially as C++ and Rust now have very successful and easy to use approaches as
- [PyBind](https://pybind11.readthedocs.io/en/stable/index.html)
- [PyO3](https://pyo3.rs/v0.28.2/)

These are a golden standards in Python bindings for popular libraries (at least in AI/ML field).

Reply via email to