C compatibility module for phobos.

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Sep 21 12:35:47 PDT 2011


On 9/21/11, Gor Gyolchanyan <gor.f.gyolchanyan at gmail.com> wrote:
> If we get a good enough C compatibility module, we'll be able to rapidly
> bind all major and frequently-used libraries and include them in phobos.

Type compatibility might be just the tip of the iceberg for wrapping a
C library. For example you might also have to worry about memory
management, and then there are libraries that use special
introspection mechanisms to generate language bindings, e.g. GObject.


More information about the Digitalmars-d mailing list