On Sunday, 27 October 2013 at 10:25:02 UTC, Jacob Carlborg wrote:
On 2013-10-26 17:09, Andrei Alexandrescu wrote:
Also, is it correct that Linux dynamic library support is
really
starting with this release? There was some before but not
quite usable.
Yes, I think so. In the current release you can statically link
with a dynamic library written in D. In the upcoming release
dlopen and similar functions should work.
There's just a couple of regressions delaying the release.
If we want to mention shared library support in the release
notes, I think we really ought to make clear (with a big red
warning) that D doesn't make any guarantees about ABI stability
right now.
David