Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Can I save into a specific folder?

Multiple return values in Lua

lua

Lua, Require, Available Functions

lua require

Weak table and GC finalizer using C API

How can I deep-compare 2 Lua tables, which may or may not have tables as keys?

algorithm lua compare equality

Creating a recursive LPeg pattern

lua peg lpeg

lua_Integer and lua_createtable (table size limit)

c lua lua-api lua-5.3

With multiple versions of Lua installed is it possible to specify which one luarock to install to?

Dealing with speech marks with string.match

string lua lua-patterns

execute lua string as lua code

lua require

Lua return multiple values as arguments

Attempt to index a nil value in a script

lua

Is there a way to embed C# code into a Lua script?

c# lua

API for plugin framework in Lua

plugins lua

Lua library -- returning an array in lua from C

c lua

LUA and Corona error: Attempt To Call Method ' ' (A Nil Value) - Driving Me Crazy

lua coronasdk

Is it possible to replicate Ruby's method_missing in Lua?

Lua 5.2 issue: 'attempt to call a nil value' from lua_pcall

c++ lua lua-5.2

Lua: Can this cause a segfault

c++ lua

Lua userdata array access and methods

c lua lua-api lua-userdata