Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 415 Bytes

This library makes it easy for people who don't understand the Lua stack thing to run Lua scripts inside Go programs. It uses https://github.com/aarzilli/golua underneath (but could be easily ported to other Lua implementations as the functions are almost the same).

See the small test file for how to use (hint: it's basically (i) set some globals, (ii) run Lua code, (iii) get globals back).