Communication with other languages via wrappers
Xavier Bigand via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 3 15:27:04 PDT 2014
Le 21/08/2014 17:19, Justin Whear a écrit :
> On Thu, 21 Aug 2014 13:20:02 +0000, seany wrote:
>
>> I am starting this thread to quench my thirst for knowledge.
>>
>> I notice, that the existing wrappers to other languages are:
>>
>> C : D can natively interface to C
>> C++ : Some interfacing possible
>> Lua : There is LuaD and DLua
>> Objective C : This :
>> https://michelf.ca/projects/d-objc-bridge/
>>
>> Would someone like to add some more?
>
> PyD: https://bitbucket.org/ariovistus/pyd/wiki/Home
>
It seems to be the same as for Lua.
Integrating a language VM in a application can really be seen just like
if the language used for the application communicate with the one
running in the VM?
More information about the Digitalmars-d
mailing list