Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What should a C function called from Lua that pushes a table return?

c lua lua-table

Loading a file and returning its environment

lua env lua-5.2 lua-loadfile

Cairo: How to create path-warped text?

lua cairo

Lua - Printing ( ♡ ) character after parsing of JSON

json utf-8 lua

Call a function by an external application without opening a new instance of Matlab

fast retrieval of lua objects from C/C++

c++ c lua

How to declare variables with a type in Lua

oop variables types lua

LUA_MULTRET not working as expected

lua

Does Lua optimize concatenating with an empty string?

Date after number of days in lua scripting

Anaconda (Python) + Cmder (Clink) on Windows - Unify Dueling Custom Prompts

Lua table length function override not working

lua lua-table metatable

Why do we need an embeddable programming language like Lua?

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

lua distance rectangles