Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lua-rocks/object
OOP library
https://github.com/lua-rocks/object
lua oop
Last synced: about 2 months ago
JSON representation
OOP library
- Host: GitHub
- URL: https://github.com/lua-rocks/object
- Owner: lua-rocks
- License: unlicense
- Archived: true
- Created: 2021-05-18T06:09:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T13:35:07.000Z (about 3 years ago)
- Last Synced: 2024-08-07T18:37:32.650Z (5 months ago)
- Topics: lua, oop
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Öbject - Base superclass that implements ÖØP
Key features of this library:
- Metamethods inheritance
- Store all metadata in metatables (no `__junk` in actual tables)
- Can subtly identify class membership
- Very tiny and fast, readable source