Skip to content
#

Lua

lua logo

Lua is a programming language written in C that emphasizes performance. It has automatic memory management and is often used to extend software written in other languages.

Here are 1,027 public repositories matching this topic...

BIN_LuaBind是一个和luabind、tolua++类似的库,提供了简洁的C/C++到lua的绑定机制,但与之不同的是BIN_LuaBind比他们更安全:lua层不在直接依赖于C/C++层指针,避免野指针引起宕机。除此之外,BIN_LuaBind对Lua提供了对lua_state,user data和table的抽象类,在C++端能方便的操作lua

  • Updated Sep 22, 2015
  • C

Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo

Released 1993

Followers
16.5k followers
Organization
lua
Website
github.com/topics/lua
Wikipedia
Wikipedia

Related topics

language