Andrei's Quora comments on Reddit: "D has no vision. Go is out of its depth. Rust skipped leg day."

Marc Schütz via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Nov 12 04:40:35 PST 2015


On Thursday, 12 November 2015 at 11:55:18 UTC, Namal wrote:
> On Wednesday, 11 November 2015 at 19:51:45 UTC, Ali Çehreli 
> wrote:
>> On 11/11/2015 06:42 AM, Namal wrote:
>>
>>> someone was saying that it is possible to call c++ standard
>>> library from D. Is there an example how to do this?
>>
>> Here is the spec e.g. saying 'extern (C++, std)':
>>
>>   http://dlang.org/attribute.html#linkage
>>
>> The following page is about interfacing with C++, which may 
>> not be up to date:
>>
>>   http://dlang.org/cpp_interface.html
>>
>> Others: is it up to date?
>>
>> Ali
>
> Ok than this is not what I have been thinking off. I thought I 
> just can import the standard library of C++ and compile it with 
> D compiler...oh well...

You might want to take a look at the Calypso project:
https://github.com/Syniurge/Calypso


More information about the Digitalmars-d-announce mailing list