lua-users home
lua-l archive

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


On Wed, May 7, 2008 at 1:32 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> > If you'd rather try Lua out online, you can do this via the two online
>  > interpreters that have become available in the past few months:
>  >
>  > http://www.lua.org/cgi-bin/demo
>  > http://wowprogramming.com/utils/weblua
>
>  There's also http://codepad.org/ which supports Lua and many other languages!
>

Very nice, I hadn't seen that before.  I also like their take on
sandboxing, by disallowing any volatile system calls, rather than
handling it at the Lua level itself :P