Re: dynamically compile and load glue logic

2018-03-30 Thread rikki cattermole via Digitalmars-d-learn
On 31/03/2018 3:38 AM, H. S. Teoh wrote: On Fri, Mar 30, 2018 at 02:24:45PM +, yawniek via Digitalmars-d-learn wrote: in how far is it or would the following be possible: dynamically compile and execute some glue logic that is also written in D under linux? and what happens if that code us

Re: dynamically compile and load glue logic

2018-03-30 Thread H. S. Teoh via Digitalmars-d-learn
On Fri, Mar 30, 2018 at 02:24:45PM +, yawniek via Digitalmars-d-learn wrote: > in how far is it or would the following be possible: > > dynamically compile and execute some glue logic that is also written > in D under linux? > > and what happens if that code uses phobos or other dub libs that