Thread overview
dpp now compiles julia.h headers
Jul 13, 2018
Laeeth Isharc
Jul 13, 2018
bachmeier
Jul 13, 2018
Laeeth Isharc
Jul 13, 2018
jmh530
Jul 13, 2018
Meta
Jul 14, 2018
Laeeth Isharc
Jul 19, 2018
bachmeier
July 13, 2018
Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).

https://github.com/kaleidicassociates/juliad

July 13, 2018
On Friday, 13 July 2018 at 19:02:56 UTC, Laeeth Isharc wrote:
> Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).
>
> https://github.com/kaleidicassociates/juliad

This is great news for me. A lot of new Julia code is being written by economists. I was going to work on this once I had a block of time.
July 13, 2018
On Friday, 13 July 2018 at 19:42:56 UTC, bachmeier wrote:
> On Friday, 13 July 2018 at 19:02:56 UTC, Laeeth Isharc wrote:
>> Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).
>>
>> https://github.com/kaleidicassociates/juliad
>
> This is great news for me. A lot of new Julia code is being written by economists. I was going to work on this once I had a block of time.

Glad to return the favour.  We started using embedr to call R libraries from D - thanks for that.

I guess the next stage would be to work on autowrapping Julia -> D and viceversa.
July 13, 2018
On Friday, 13 July 2018 at 19:02:56 UTC, Laeeth Isharc wrote:
> Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).
>
> https://github.com/kaleidicassociates/juliad

Cool. You guys are doing some great work.
July 13, 2018
On Friday, 13 July 2018 at 19:02:56 UTC, Laeeth Isharc wrote:
> Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).
>
> https://github.com/kaleidicassociates/juliad

Very cool. It's awesome to be able to directly #include C++ headers.
July 14, 2018
On Friday, 13 July 2018 at 22:22:25 UTC, Meta wrote:
> On Friday, 13 July 2018 at 19:02:56 UTC, Laeeth Isharc wrote:
>> Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).
>>
>> https://github.com/kaleidicassociates/juliad
>
> Very cool. It's awesome to be able to directly #include C++ headers.

C++ headers with all basic features are not yet there.  Atila thought it might be a couple of months work full-time to be able to do

 #include <vector>

It's not out of the question to make that investment, but we need to hire a few more programmers locally first.
July 19, 2018
On Friday, 13 July 2018 at 19:02:56 UTC, Laeeth Isharc wrote:
> Atila Neves' d++ now compiles julia.h.  Modulo bugs this makes it possible to embed Julia in D (and probably the other way around, but I have not tried).
>
> https://github.com/kaleidicassociates/juliad

Related: Everything worked out of the box with Gretl. I posted my notes on my website
https://lancebachmeier.com/computing/dpp-gretl.html