Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Is there a Lua IDE which allows to build a standalone executable? [closed]

Lua: iterate through every possible k-length string given a list of symbols

Does lua optimize duplicate imports?

import lua

Detect file opening error on Lua

lua

How do I call a script from a script in Redis?

lua redis eval atomic

Is ipairs reliable on unsorted arrays?

loops lua iteration lua-table

How to sort two tables simultaneously by using one of tables order?

lua lua-table

Lua: Sort String array with varying casing

arrays sorting lua lua-table

How to get multiple return values from function in Lua C API?

c++ c lua

Scripting Design Pattern for Games

Can you dump a running Lua coroutine to a file for a later resume?

serialization lua coroutine

Would my DSL for Lua work...? (this seems too simply to be true)

lua preprocessor dsl luajit

Passing array as function parameter in Lua?

Can lua function references be used as table keys?

Can Lupa be used to run untrusted lua code in python?

python lua lupa

Why the function in table is called even if it's not selected

lua lua-table

Iterate through vars without a index?

variables for-loop lua

Running applications from freeRTOS

How to jump out of the outer loop if inner' for 'loop is executed in lua

loops lua

Attempt to index local 'file' (a nil value) at file:write

lua