Frameworks and libraries

monkyyy crazymonkyyy at gmail.com
Thu Sep 14 15:11:29 UTC 2023


On Wednesday, 13 September 2023 at 16:31:55 UTC, Maximilian 
Naderer wrote:
> Hello,
>
> I think D is a great language and a general theme is that 
> everybody is complaining about the lack of libraries, 
> frameworks and/or bindings to popular C/C++ libraries.
>
> I checked the GitHub repo and so some todos, I would like to 
> contribute to the language.
>
> What popular frameworks / libraries would you like to see 
> bindings for so that those could be used in D?
>
> Best regards,
> Max

We have plenty of bindings, we need native stuff.

C libs will use c strings and may even require turning off the gc 
to make it behave; which means your handcapped and need to append 
null like all the time.


More information about the Digitalmars-d mailing list