Thanks! I will try to use it in my project, which is a map reduce system in 
pure Go. But the computation is in Lua. Currently it support calling Luajit 
via an external OS process.

https://github.com/chrislusf/gleam

Maybe you can also post some perf numbers?

Chris

On Tuesday, October 25, 2016 at 9:58:12 AM UTC-7, milo.chr...@gmail.com 
wrote:
>
>
> 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