[gambit-list] Converting uint32 to scheme object

Alex Silva asandroq at gmail.com
Wed Jan 6 09:41:43 EST 2016


Hallo,

On 06/01/16 15:37, Marc Feeley wrote:
> I’m curious… how would it be done in Lua?
> 

All C functions exported to the Lua VM must take a `lua_State*`
argument. The Lua VM has no global variables and is completely contained
in the passed state.

Cheers,
-- 
Cheers,

-alex
http://unendli.ch/



More information about the Gambit-list mailing list