GitHub Repository <https://github.com/milochristiansen/lua>

DCLua is a lightweight Lua 5.3 VM and compiler for embedding in Go 
programs. Most of the Lua standard library is implemented, the exceptions 
are due to implementation details, security, and just plain laziness... 


AFAIK there are two other pure-Go Lua VMs available, one is for 5.1, and 
the other for 5.2. This VM is slightly slower than both the alternatives (I 
haven't optimized it at all), but the one has next to no documentation and 
the other is extremely buggy. My VM is stable, documented, and easy to use.

Have fun!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to