Re: dpp now compiles julia.h headers

2018-07-19 Thread bachmeier via Digitalmars-d-announce

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


Re: dpp now compiles julia.h headers

2018-07-14 Thread Laeeth Isharc via Digitalmars-d-announce

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 

It's not out of the question to make that investment, but we need 
to hire a few more programmers locally first.


Re: dpp now compiles julia.h headers

2018-07-13 Thread Meta via Digitalmars-d-announce

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.


Re: dpp now compiles julia.h headers

2018-07-13 Thread Laeeth Isharc via Digitalmars-d-announce

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.


Re: dpp now compiles julia.h headers

2018-07-13 Thread bachmeier via Digitalmars-d-announce

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.