-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Roland edited this page Sep 27, 2016
·
13 revisions
30log, in extenso 30 Lines Of Goodness is a minified framework for object-orientation in Lua. It provides named and unnamed classes, single inheritance, metamethods and a basic support for mixins.
Download the latest stable release of 30log.
Current release is 1.1.0.
Alternatively, you can also get the latest up-to-date version using LuaRocks.
luarocks install 30log
Then, add 30log in your code.
local class = require '30log'