LuaD: creating a flexible data filter system
    Jakob Ovrum via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Oct 16 19:02:15 PDT 2015
    
    
  
On Friday, 16 October 2015 at 10:45:52 UTC, Chris wrote:
> Later you call the function with the Lua C API like 
> "lua_pcall(L, 0, 1, 0);". It's a bit tricky to move things 
> around on the Lua stack, but you'll get there! ;)
Or you could use LuaD which doesn't require you to mess around 
with the relatively unproductive, bug-prone C API :)
    
    
More information about the Digitalmars-d-learn
mailing list