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
are available in the host binary?
especially the 2nd point is important as i would want to load
100's of those snippets.
For the context: the idea is to create a streaming-ETL system
where you can dynamically add/remove rules/modules. it would be
great if logic could be written directly in D and operate on
specific (library provided) objects.