Hi Folks,
I'm wondering if anybody was able to call a Lua function from GO, instead of just run all the file or a buffered script.
I'm aware of need to load all the file (and who any code outside a function will be executed), but I'm thinking about a way of load it and after it was done, We be able of call any function of the Lua script, any time with the desired arguments.
Without the need of recompile and than increasing the speed.
Does anyone here did it?