Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Mocking local imports when unit-testing Lua code with Busted

unit-testing lua lua-busted

What is a good repository for Lua modules?

module lua repository

Best practice for returning an error from a lua function returning multiple values

lua

Running a lua program from a text file

lua

interrupting lua interpretation without ctrl -c quitting

Where are the modules installed using luarocks

lua luarocks

Embedding Lua in OCaml

lua embed ocaml

How to directly map a Lua variable to a C++ variable?

Human readable string representation of table in Lua

lua

Sandboxing Embedded Lua in 5.2 / Set Envirenment for Functions from lua.file

lua

How to use variadic templates to make a generic Lua function wrapper?

Inter-process communication in Lua

lua ipc

get the address of a lua object

printing lua

Finding every combination of elements in a table (Lua/PseudoCode)

Multiple-get in one go - Redis

lua redis jedis

Lua: colon notation, 'self' and function definition vs. call

function lua self notation colon

Can't use io.open in home directory - Lua

macos io lua

What is the purpose of double colons in Lua?

Lua table sort claims invalid order function for sorting

sorting lua

How does the auto-introduction of do...end block work for goto statement?

lua