Re: Calypso: Direct and full interfacing to C++

2017-05-22 Thread Elvis Zhou via Digitalmars-d-announce

Seems this is abandoned? And why?


Re: Calypso: Direct and full interfacing to C++

2016-07-19 Thread Elvis Zhou via Digitalmars-d-announce

Any update ?
Hope things are going well!


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

2015-11-16 Thread Elvis Zhou via Digitalmars-d-announce

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...


Refer to this thread - 
http://forum.dlang.org/thread/gjivyaolrxagueffs...@forum.dlang.org


Re: LDC for iOS prebuilt binaries

2015-07-10 Thread Elvis Zhou via Digitalmars-d-announce

On Friday, 10 July 2015 at 05:38:47 UTC, Dan Olson wrote:
Manu via Digitalmars-d-announce 
digitalmars-d-announce@puremagic.com writes:

[...]


[...]


http://www.itoolchain.com/
or
iPhone toolchain on cygwin


Re: Calypso: Direct and full interfacing to C++

2015-02-08 Thread Elvis Zhou via Digitalmars-d-announce

On Sunday, 8 February 2015 at 22:45:14 UTC, Elie Morisse wrote:

On Sunday, 8 February 2015 at 20:56:31 UTC, Syro wrote:

That is really cool.


Thanks, just got that tangled mess of templates that is 
std::string working too:


https://github.com/Syniurge/Calypso/blob/master/tests/calypso/libstdc%2B%2B/string.d


Congrats! This is definitely an exciting news!!