On Tuesday, 10 November 2015 at 00:01:19 UTC, Idan Arye wrote: > Weird approach. Usually, when one wants to use an interpreted > language as an host to a compiled language, the strategy is > precompile the compiled language's code and load it as > extensions in the interpreted code. That's what dmdinline does.