Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 879 Bytes

File metadata and controls

20 lines (13 loc) · 879 Bytes

ClassLoader - A Java-like class loader for Lua.

Example Usage

Description

ClassLoader is a library that brings an easy-to-use and clean interface to the object-oriented programming paradigm in Lua.

It aims to help Lua developers write OOP code quickly and easily, without the need for in-depth knowledge of metatables and implementing your own loader.

Documentation

Visit the Wiki to find helpful information on the usage of this library and more.

Versions

Try it out

Visit the ClassLoader Replit to see it in action.