Hacker News
- Objective-C vs Lua http://od-eon.com/blogs/tudor/lua-vs-obj-c/ 31 comments
- Parseback: A pure-Lua introspection library for LuaJIT's FFI ctype objects https://github.com/javierguerragiraldez/parseback 11 comments
- Objective Lua http://www.cowlark.com/objective-lua/ 17 comments
- A Guide to Create Text-Objects in Lua https://thevaluable.dev/vim-create-text-objects/ 18 comments neovim
- Objective Lua: now you can mix Lua and Smalltalk syntax a la Objective-C http://www.cowlark.com/objective-lua 14 comments programming
- Objective Lua 0.1 released: Allows you to write a pure superset of Lua with Objective-C like syntax. Compiles to pure Lua and is compatible with LuaJIT. http://olua.sourceforge.net/ 7 comments programming
- jLuaScript 1.3 - A Java/Lua bridge that allows you to use Java Objects directly in Lua scripts. https://gitlab.com/RobertZenz/jLuaScript/-/releases/v1.3 4 comments java
- GitHub - blackCauldron7/surround.nvim: A surround text object plugin for neovim written in lua. https://github.com/blackCauldron7/surround.nvim 13 comments neovim
- Making and storing references to game objects (entities) in C++ and Lua (x-post /r/gamedev/) https://eliasdaler.github.io/game-object-references 5 comments programming
- Making and storing references to game objects (entities) in C++ and Lua https://eliasdaler.github.io/game-object-references 13 comments cpp
- LuOOP: Simpler, faster Lua object orientation helper https://gist.github.com/chickennuggers/d6eed99dc0adb76186205ebef154d61e 6 comments lua
- Using Lua with C++. Calling C++ functions and creating C++ objects with Lua scripts.[Tutorial, Lua, C++] http://eliasdaler.wordpress.com/2013/10/11/lua_cpp_binder/ 6 comments gamedev
- [C++ /w Lua] Trying to pass C++ objects to Lua, but the value that changes is not the value I passed to Lua. https://gist.github.com/anonymous/6483540 10 comments learnprogramming
- Lua : self.array becomes NIL after using it to assign members of other object https://io.read 14 comments lua
- LuaWOO! A library that adds advanced Object Oriented Programming (OOP) mechanisms to Lua https://github.com/claudix/lua-woo 9 comments lua
- Using templates to make a (mostly) type-safe Lua wrapper for C++ objects https://bitbucket.org/alexames/luawrapper 16 comments lua