On Sunday, 5 February 2023 at 19:00:16 UTC, Richard (Rikki) Andrew Cattermole wrote:
So LDC with druntime and yes GC turned on is good enough right now that you can probably make it work without too much effort. You don't necessarily have to limit yourself to -betterC.

In fact if you don't, you have access to PyD[0] which can handle the interop stuff for you. I haven't personally used it, but it might work for your use case :)

[...]
But yeah if you can avoid having to create bindings for stuff (such as glib which we have bindings for), or wrappers ext. do so. That way you can do more of the fun things!

Sounds quite convincing, I think I might do it this way, instead of with betterC. Not needing additional python bindings does sound like a big plus. Thanks.
  • Re: betterC DLL ... Adam D Ruppe via Digitalmars-d-learn
    • Re: betterC... Tamas via Digitalmars-d-learn
      • Re: bet... Adam D Ruppe via Digitalmars-d-learn
        • Re:... Tamas via Digitalmars-d-learn
          • ... bachmeier via Digitalmars-d-learn
            • ... Adam D Ruppe via Digitalmars-d-learn
          • ... Adam D Ruppe via Digitalmars-d-learn
            • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
              • ... Tamas via Digitalmars-d-learn
              • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
              • ... Tamas via Digitalmars-d-learn
            • ... Tamas via Digitalmars-d-learn
              • ... bachmeier via Digitalmars-d-learn
              • ... H. S. Teoh via Digitalmars-d-learn
              • ... Tamas via Digitalmars-d-learn
  • Re: betterC DLL ... ryuukk_ via Digitalmars-d-learn

Reply via email to