Scientific computing in D
Idan Arye via Digitalmars-d
digitalmars-d at puremagic.com
Tue Nov 10 02:18:12 PST 2015
On Tuesday, 10 November 2015 at 01:53:25 UTC, bachmeier wrote:
> 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.
From the examples, it seems like it doesn't. It seems like it's
compiling D code on the fly, rather than loading pre-compiled
libraries as R extensions.
More information about the Digitalmars-d
mailing list