[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua interactive interpreter in browser
- From: Jim Whitehead II <jnwhiteh@...>
- Date: Sun, 16 May 2010 12:09:52 +0100
2010/5/16 Attila <ejjeliorjarat@gmail.com>:
> Hello!
> I want a similar interpreter as http://www.lua.org/cgi-bin/demo or
> http://wowprogramming.com/utils/weblua on my homepage. Are they available
> for everybody, or they are uniqe, and just the Lua site is allowed to use
I'm happy to make the http://wowprogramming.com/utils/weblua sandbox
available, but the application code is just a simple Sputnik module
that uses io.popen() and my sandbox.lua in order to do the work. I'll
have to split it out, but I'm happy to make that code available.
- Jim