On Friday, 30 April 2021 at 22:22:05 UTC, sfp wrote:
I'm developing a C library with Cython bindings, built using
CMake. I'd like to use D with -betterC to write some new code
where it would be handy to have access to some more advanced
language features to keep things readable. For my domain, C is
totally fine 99% of the time, and rewriting a bunch of C code
that's already tested and works nicely isn't a priority for me.
I would like to develop new "modules" using -betterC and freely
mix them into my existing C code without it being a headache.
[...]
There is a blog series
https://dlang.org/blog/the-d-and-c-series/#betterC