lua-users home
lua-l archive

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


On Tue, Jan 1, 2013 at 3:27 AM, sergei karhof <karhof21@gmail.com> wrote:
> On Mon, Dec 31, 2012 at 7:29 PM, Alexander Gladysh <agladysh@gmail.com>
> wrote:
>>
>> On Mon, Dec 31, 2012 at 9:02 PM, Coda Highland <chighland@gmail.com>
>> wrote:
>> > On Mon, Dec 31, 2012 at 12:19 AM, sergei karhof <karhof21@gmail.com>
>> > wrote:
>> > There's at least one implementation of Lua in Javascript that would
>> > allow you to run Lua code in a web browser. I'm not sure just how
>> > useful that is, but it exists.
>>
>> Much more than one, in fact. I know at least seven.

> Could you please provide some links?
> Also, what web browser is used? And does it require some particular add-on
> in order to run Lua code?

Correction, only six. (But probably there are more, Lua-in-browser
seems to be a popular topic.)

 * ljs (http://code.matthewwild.co.uk/ljs)
 * emscripten (http://code.google.com/p/emscripten/)
 * jill (http://code.google.com/p/jillcode/), requires Java
 * lua.js (https://github.com/mherkender/lua.js)
 * brozula (https://github.com/creationix/brozula)
 * lua-alchemy (http://code.google.com/p/lua-alchemy), requires Flash

Alexander.