Skip to content

gmmybu/LuaOO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

LuaOO

python style Lua object-orient program, support mixin

code style similar to @middleclass, but call member function use x.func() instead of x:func()

member function total same to normal function, so you can pass x.func as callback.

like python, func contains information of caller

if you think it's good, pleas click the star button.

poor english, sorry

About

Lua OO like Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages