Thread overview | ||||||
---|---|---|---|---|---|---|
|
March 17, 2015 Using C++ libraries in D | ||||
---|---|---|---|---|
| ||||
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 ? |
March 17, 2015 Re: Using C++ libraries in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to kishore | 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 |
March 17, 2015 Re: Using C++ libraries in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to kishore | 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 |
March 18, 2015 Re: Using C++ libraries in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ali Çehreli | 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
|
Copyright © 1999-2021 by the D Language Foundation