On Tuesday, 8 January 2013 at 23:30:34 UTC, David Nadlinger wrote:
On Tuesday, 8 January 2013 at 23:12:43 UTC, Rob T wrote:
The only major thing that concerns me is the lack of proper
shared library support. I hope this omission is resolved soon.
What do you need it for? Runtime loading of D shared objects?
Or just linking to them (i.e. binding by ld/dyld at load time)?
I'm trying to collect data on real-world use cases resp.
expectations right now.
David
1/ Load 3rd party code that the core app have no idea about
(plugins).
2/ Reduce the feedback loop for projects that take ages to link
during dev.