Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.43 KB

waffle

waffle is a Lua execution environment, meant to be batteries-included.

The "twist" is that this isn't PUC Lua, it's backed by gopher-lua and several preloaded modules.

Why?

Go's stdlib is comprehensive and I'm used to gopher-lua after using it in several projects.

There's no design goal other than having fun.

Modules

Lots of modules come from vadv/gopher-lua-libs - many thanks to vadv and contributors.