Best Lua integration?
rikki cattermole via Digitalmars-d
digitalmars-d at puremagic.com
Wed Nov 16 19:46:26 PST 2016
On 17/11/2016 11:53 AM, Kim wrote:
> Hello
>
> what is the best Lua integration available?
>
> I have found these two so far:
> * https://github.com/JakobOvrum/LuaD (only Lua 5.1)
> * https://github.com/DerelictOrg/DerelictLua (Lua 5.3)
>
> The former seems better/more active. Are there other similar projects
> that I am missing?
>
> Thanks
LuaD is a lot more then just a binding. It does have static bindings to
Lua. Where as DerelictLua has dynamic bindings (linking is done at
runtime to shared libraries).
More information about the Digitalmars-d
mailing list