compatibility of c++ and d on the level of llvm bytecode
Stefan Koch via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Wed May 25 15:46:39 PDT 2016
On Monday, 16 May 2016 at 13:20:12 UTC, egordeev wrote:
> Hello, everyone,
> just curious, can we achive compatibility of c++ programs with
> d programms, i.e. can we use c++ functions, classes, etc. in d
> programs relying on compatibility of bytecodes, generated by
> Clang and LDC, and not on the level of ABI?
> If so, what are the obstacle if they are exist?
Have a look at calypso which integrates ldc and clang.
More information about the digitalmars-d-ldc
mailing list