On 9/21/11, Gor Gyolchanyan <[email protected]> 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.
