www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dpp now compiles julia.h headers

reply Laeeth Isharc <laeeth kaleidic.io> writes:
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
Jul 13 2018
next sibling parent reply bachmeier <no spam.net> writes:
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.
Jul 13 2018
parent Laeeth Isharc <laeeth kaleidic.io> writes:
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.
Jul 13 2018
prev sibling next sibling parent jmh530 <john.michael.hall gmail.com> writes:
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.
Jul 13 2018
prev sibling next sibling parent reply Meta <jared771 gmail.com> writes:
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.
Jul 13 2018
parent Laeeth Isharc <laeeth laeeth.com> writes:
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.
Jul 14 2018
prev sibling parent bachmeier <no spam.net> writes:
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
Jul 19 2018