Closed glycerine closed 6 years ago
The benefit is that we get reflection from binary Lua into binary Go via Luars reflection translation layer.
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.
The benefit is that we get reflection from binary Lua into binary Go via Luars reflection translation layer.