Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

LUA: Seeking efficient and error-free means of assigning default arguments

lua

When using Luajit, is it better to use FFI or normal lua bindings?

c++ scripting lua ffi luajit

Lua: When is it possible to use colon syntax?

lua

Lua, dealing with non-ascii byte streams, byteorder change

are you allowed to have a numeric key in a lua table?

dictionary lua lua-table

Lua: What's the difference between null and nil?

lua null luainterface

Split string with specified delimiter in lua

regex lua

Why can't I use Set:union() instead of Set.union?

lua call operation

Lua: How to look up in a table where the keys are tables (or objects)

lua hashtable lua-table

Lua: lua_resume and lua_yield argument purposes

lua arguments coroutine

How Do I Build Lua For Windows Using MinGW and MSYS?

windows compilation lua mingw

Lua - decodeURI (luvit)

how to check if a word appears as a whole word in a string in Lua

Can't modify loop-variable in lua [duplicate]

lua

Lua - How can I grab any return?

lua

No parentheses after a function name

lua

How to execute an untrusted Lua file in its own environment from the C API

c++ c lua lua-api

How does Luabind work?

function lua wrapper bind

Lua function check if ipv4 or ipv6 or string

Is there a more readable way to write for k, v in pairs(my_table) do ... end in lua if I never use k?

coding-style lua