Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to break a long line in Lua

lua

Pandoc lua filter: How to preserve footnotes' formatting?

html filter lua markdown pandoc

Redis support arbitrary precision in LUA Scripts

Lua, the problem about the order of setting __gc

lua

Lua task scheduling

lua

In Lua, should I define a variable every iteration of a loop or before the loop?

Safe Lua invoke C++ registered function

c++ lua

Isolate Lua bindings glue code from the rest of my game engine

How to implement a Lua container (virtual file system) module loader in C#

c# module lua tar luainterface

Lua, C++, any good introductions that go deeper than lua_open()?

c++ lua

In Lua, is there a function that given a function, it returns its name as a string?

lua

Linker Error Lunatic Python lua.require('socket') -> undefined symbol: lua_getmetatable

python c ubuntu lua

Lua: __lt metamethod setting is not working how I want

lua

Beginner game-development in C++ and lua [closed]

c++ lua

luabind: Can't call basic lua functions like print, tostring

c++ lua environment luabind

Is it better to set a table to empty or set all elements of a table to nil?

optimization lua

Why do we need an embeddable programming language like Lua?

Lua's bytecode specification [closed]

documentation lua bytecode

Nancy (C#): How do I get my post data?

c# lua coronasdk nancy

How to calculate distance between two rectangles? (Context: a game in Lua.)

lua distance rectangles