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