Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua 'require' but files are only in memory

lua

What's the difference between loadfile, require, and import

lua

In Lua, is there a difference between local functions declared with and without the "local" keyword?

lua scope

How to use lua_pop() function correctly?

garbage-collection lua

What is a way to reload lua scripts during run-time?

scripting lua

Multithreading in Lua

lua memory management

lua

lua script error checking

lua

what is the way to represent a unichar in lua

unicode lua

Lua sockets - Asynchronous Events

sockets lua

Returning 'nil' from a Lua function in C vs returning 0 values

c lua

Why is LuaJIT's memory limited to 1-2 GB on 64-bit platforms?

lua luajit

How special is the global variable _G?

How do I clear the console in a Lua Program

lua console

Redis - Lua tables as return values - why is this not working

lua redis lua-table

Unable to find Lua headers with find_package in cmake

lua cmake

Why is Lua designed to generate intermediate opcodes?

lua vm-implementation

get current date and time in lua in redis

lua redis

How do I create a Lua Table in C++, and pass it to a Lua function?

c++ string map lua lua-table

Boolean to number in Lua

lua boolean