Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to compile Lua scripts into a single executable, while still gaining the fast LuaJIT compiler?

compilation nginx lua luajit

How to exit a Lua script's execution?

lua

How do I get the number of keys in a hash table in Lua?

lua hashtable

Making all the characters in a string lowercase in Lua

string lua lowercase

Lua String replace

How to format a lua string with a boolean variable?

lua string-formatting

lua: retrieve list of keys in a table

lua lua-table keyset

Load Lua-files by relative path

lua require coronasdk

What does # mean in Lua?

lua

Lua os.execute return value

lua shellexecute

Lua print on the same line

lua

Function/variable scope (pass by value or reference?)

variables scope lua

Is LuaJIT really faster than every other JIT-ed dynamic languages? [closed]

lua jit luajit

Get back the output of os.execute in Lua

lua

What is a good game engine that uses Lua? [closed]

lua game-engine

List file using ls command in Linux with full path

How can I embed Lua in Java?

java lua

Is there a better way to require file from relative path in lua

lua

Lua operators, why isn't +=, -= and so on defined?

Why is LuaJIT so good?

lua jit luajit