lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Is there a reason that Lua has no APIs for manipulating memory buffers?

What exactly would you have in mind? What should be the API calls?
Would these buffers be visible in Lua, or only in C? Should they be a
new type in Lua?


> It's not hard to add, just curious about why it's not in there.

We thought about that for a while, but couldn't find satisfactory answers
(for us, I mean) for those questions...

-- Roberto