www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Using C++ libraries in D

reply "kishore" <kishorenayark gmail.com> writes:
Hi,

  I'm new to D language, I'm from Java, Scala family. D is 
interesting and better than C++ from my point of view. Can we 
able to use C++ external libraries in D language ?

For example I would like to use 
GraphLab(https://dato.com/products/create/open_source.html) 
library in my D programs is it possible ?
Mar 17 2015
next sibling parent reply =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
On 03/17/2015 06:22 AM, kishore wrote:
 Hi,

   I'm new to D language, I'm from Java, Scala family. D is interesting
 and better than C++ from my point of view. Can we able to use C++
 external libraries in D language ?

 For example I would like to use
 GraphLab(https://dato.com/products/create/open_source.html) library in
 my D programs is it possible ?
The support is getting better as we speak but here is the current information: http://dlang.org/cpp_interface.html Ali
Mar 17 2015
parent "kishore" <kishorenayark gmail.com> writes:
On Tuesday, 17 March 2015 at 21:11:00 UTC, Ali Çehreli wrote:
 On 03/17/2015 06:22 AM, kishore wrote:
 Hi,

  I'm new to D language, I'm from Java, Scala family. D is 
 interesting
 and better than C++ from my point of view. Can we able to use 
 C++
 external libraries in D language ?

 For example I would like to use
 GraphLab(https://dato.com/products/create/open_source.html) 
 library in
 my D programs is it possible ?
The support is getting better as we speak but here is the current information: http://dlang.org/cpp_interface.html Ali
Thanks
Mar 17 2015
prev sibling parent "CraigDillabaugh" <craig.dillabaugh gmail.com> writes:
On Tuesday, 17 March 2015 at 13:22:13 UTC, kishore wrote:
 Hi,

  I'm new to D language, I'm from Java, Scala family. D is 
 interesting and better than C++ from my point of view. Can we 
 able to use C++ external libraries in D language ?

 For example I would like to use 
 GraphLab(https://dato.com/products/create/open_source.html) 
 library in my D programs is it possible ?
You may also be interested in Calypso: http://forum.dlang.org/thread/nsjafpymezlqdknmnkhi forum.dlang.org#post-m7abcp:242sf1:241:40digitalmars.com I haven't used it myself, so I can't vouch for it, and it is likely very 'bleeding edge', but if you are adventurous it could be worth a try. Craig
Mar 17 2015