digitalmars.D.learn - Using C++ libraries in D
- kishore (7/7) Mar 17 2015 Hi,
- =?UTF-8?B?QWxpIMOHZWhyZWxp?= (5/12) Mar 17 2015 The support is getting better as we speak but here is the current
- kishore (2/20) Mar 17 2015 Thanks
- CraigDillabaugh (7/14) Mar 17 2015 You may also be interested in Calypso:
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
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
On Tuesday, 17 March 2015 at 21:11:00 UTC, Ali Çehreli wrote:On 03/17/2015 06:22 AM, kishore wrote:ThanksHi, 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
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