On Friday, 2 June 2017 at 02:05:23 UTC, Stefan Koch wrote:
On Thursday, 1 June 2017 at 23:24:13 UTC, aberba wrote:Want to create and load plugins written in D into a D app at run-time, the kind that can make api calls or extended main app with other functionality.I'm currently interested in it for a vibe.d app. How does these stuff work?It works using shared libraries.
Oops