[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: iLuaBox Now Available - Run Lua on Your iPad
- From: Jonathan Castello <twisolar@...>
- Date: Mon, 25 Oct 2010 15:45:17 -0700
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