Comment on PicoC: a very small C interpreter for scriptingparentComments−davidw16yPresumably, it wouldn't be that hard to create some Lua functions to interface with memory addresses, I would think.−antirez16yYes but it's a pain to write complex code accessing memory when you need high level functions, can't simply cast pointers to C structures and alike.
Comments
Presumably, it wouldn't be that hard to create some Lua functions to interface with memory addresses, I would think.
Yes but it's a pain to write complex code accessing memory when you need high level functions, can't simply cast pointers to C structures and alike.