Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How does the __call metamethod in Lua 5.1 actually work?

lua call

Why would this Lua optimization hack improve performance?

Performance of Lua calling C function

c performance gcc lua

Cross-platform C# implementation of Lua [closed]

c# .net mono lua luainterface

Torch, how to execute a script with "dofile" and input parameters?

shell lua torch

Lua language: how use something similar to python list comprehensions

Compile Lua without automatic conversion between strings and numbers

c lua strong-typing

Lua C API stack visualizer/viewer in Visual Studio 2013

Multithreaded C Lua module leading to segfault in Lua script

Can I find out the status of the port using the Lua "socket" library?

sockets lua

How to register Lua userdata correct from Delphi?

delphi lua lua-userdata

Could I extend Corona with native code?

How to read from a serial port in lua

file-io lua serial-port

shared_ptr requires complete type; cannot use it with lua_State*

c++ boost lua shared-ptr

How to test for -1.#IND (indeterminate) in Lua?

lua nan ieee-754

Installing Torch7 with Luarocks on Windows with mingw build error

lua mingw luarocks torch

How to find a duplicate string with Pattern Matching?

Does next() look for a __pairs metamethod?

lua metatable meta-method

Overriding c++ method in lua and call it back in c++

c++ class methods lua overriding