Communication with other languages via wrappers
Xavier Bigand via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 3 15:23:46 PDT 2014
Le 21/08/2014 15:20, seany a écrit :
> 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?
As I know LuaD and DLua doesn't allow D to be interfaced with Lua code.
LuaD and DLua are wrappers of the Lua library written in C, that not
exactly the same thing. So LuaD and DLua help you to make your
application extensible throw the Lua scripting language (it replace a
plugin system).
More information about the Digitalmars-d
mailing list