Self
Simple and compact OOP library for Lua
Install / Use
/learn @Miqueas/SelfREADME
Self
A small and simple library for OOP in Lua.
Basic usage
Here's a simple example:
local class = require("Self")
local Point = class {
x = 0,
y = 0
}
function Point:new(x, y)
self.x = x
self.y = y
end
local p = Point(10, 40)
Read the docs here
Related Skills
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
