lua-users home
lua-l archive

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


On Mon, Oct 25, 2010 at 3:24 PM, HyperHacker <hyperhacker@gmail.com> wrote:
> That's a nice idea, then the next step is convincing someone to get it into
> a standard. My biggest concern is sandboxing. We'd need to come up with a
> standard set of functions that can safely be exposed to pages. Giving
> arbitrary pages access to most of os or io would just be nuts.

Javascript doesn't even have access to anything os.* or io.* would
have, so there's no way we could expose it to the Lua implementation
anyways.

~Jonathan