vLua: Loadstring reimplemented in Lua

You’ve inspired me to create a new project.

1 Like

I would like to see this project continued, but not with luau support. The reason being that vLua is a rare interpreter that actually allows for original lua syntax only, and some people much prefer that, myself included.

1 Like

Just made the compiler 900 times faster

14 Likes

vLua.rbxm (63.3 KB)

11 Likes

I also make a luau interpreter ( Fiu ) but for Yueliang ( for Lua 5.1 instead of Luau )
It’s pretty fast because it’s all buffer-based

FiuForLua51.rbxm (5.8 KB)