Skip to content
Roland edited this page Oct 24, 2016 · 13 revisions

30log-logo

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.

Installation

Download the latest stable release of 30log.
Current release is 1.3.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'

Resources