Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua 5.1 workaround for __gc metamethod for tables

Lua conditionals on nil types

How to idiomatically support closing values with pairs()?

loops lua lua-5.4

How to build lua 5.3 with library "lfs"?

c++ makefile lua lua-5.3

Getting multiple values from a function without creating a variables in LUA

lua love2d

How can I convert a character code to a string character in Lua?

string lua

Effective garbage collection in Lua with large userdata

Convert string to table in lua [duplicate]

string lua lua-table

Does os.execute block thread in lua?

nginx lua

Lua: How do I execute a callback passed from a parameter?

syntax lua callback

Lua - Attempt to call global (a nil value)

lua

LuaSocket to test presence of internet connection

Lua Sort Table by Two Values?

sorting lua lua-table

Lua: no stack trace when calling error() without arguments?

error-handling lua

Why doesnt lua_newlib work in this example?

c lua

Getting current file name in Lua

lua filenames

is there aliasing in lua similar to ruby

lua

Trigger build when non-source files change

Lua pattern to stop when end of line

string lua lua-patterns

Equivalent of Lua coroutine.create in C++ using lua_newthread

c++ lua