Best Lua integration?

Soulsbane via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 16 20:54:02 PST 2016


On Thursday, 17 November 2016 at 03:46:26 UTC, rikki cattermole 
wrote:
> 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).

Not to mention much more high level(LuaD).


More information about the Digitalmars-d mailing list