gijit / gi

gijit is a just-in-time trace-compiled golang REPL. Standing on the shoulders of giants (GopherJS and LuaJIT).
Other
320 stars 17 forks source link

match object representation (structs, arrays, slices) with LuaR #7

Closed glycerine closed 6 years ago

glycerine commented 6 years ago

The benefit is that we get reflection from binary Lua into binary Go via Luars reflection translation layer.

glycerine commented 6 years ago

Luar expects raw tables, and when passing to Luar thats what we extract in our additions to the Luar code which fetch the underyling raw table out of arrays and slices.