roLang
Tracked since by Strongest Roblox Players
Concurrent players
Metrics over time
About & history
roLang is a multi-paradigm, dynamically-typed, lexically-scoped scripting language that compiles to bytecode and executes on a pure stack machine VM. No paradigm is enforced which means that procedural, functional, and class-based OOP are all fully supported and freely mixed. roLang is purely made in Roblox Luau, which means it runs entirely inside the Roblox engine with no external dependencies. Execution Model: Code -> Tokenizer -> Tokens -> Parser -> AST -> Compiler -> Bytecode -> VM -> Optimize -> Link -> Execute

