compatibility of c++ and d on the level of llvm bytecode

egordeev via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon May 16 06:20:12 PDT 2016


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?


More information about the digitalmars-d-ldc mailing list