digitalmars.D.announce - dpp now compiles julia.h headers
- Laeeth Isharc (4/4) Jul 13 2018 Atila Neves' d++ now compiles julia.h. Modulo bugs this makes it
- bachmeier (4/8) Jul 13 2018 This is great news for me. A lot of new Julia code is being
- Laeeth Isharc (5/14) Jul 13 2018 Glad to return the favour. We started using embedr to call R
- jmh530 (2/6) Jul 13 2018 Cool. You guys are doing some great work.
- Meta (3/7) Jul 13 2018 Very cool. It's awesome to be able to directly #include C++
- Laeeth Isharc (7/15) Jul 14 2018 C++ headers with all basic features are not yet there. Atila
- bachmeier (4/8) Jul 19 2018 Related: Everything worked out of the box with Gretl. I posted my
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
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/juliadThis 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
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: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.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/juliadThis 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
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/juliadCool. You guys are doing some great work.
Jul 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/juliadVery cool. It's awesome to be able to directly #include C++ headers.
Jul 13 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: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.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/juliadVery cool. It's awesome to be able to directly #include C++ headers.
Jul 14 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/juliadRelated: 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