ImportC rocks!

bachmeier no at spam.net
Sun Mar 13 15:35:40 UTC 2022


On Sunday, 13 March 2022 at 03:11:58 UTC, rikki cattermole wrote:
> That gets you the binding, not the actual library itself.
>
> What bachmeier is looking forward to is having libraries like 
> sqlite, zlib, lua and sljit to be copiled with the D compiler 
> rather than having to supply binaries or hope its installed in 
> the user system.
>
> This way it'll "just work" without needing to worry about 
> external dependencies.

Yeah, and it's not just the external dependency, but the version 
of that dependency. A good example with sqlite is the recent json 
functionality. If you include the sqlite source in your project, 
you can use all the latest and greatest.


More information about the Digitalmars-d mailing list