lua-users home
lua-l archive

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


Cool things featured on Hacker News today:

# Moonshine:

>From the web page:
> Moonshine allows you to execute compiled Lua
> bytecode in a JavaScript environment, such as
> a web browser.
> Moonshine's debug engine allows you to add
> breakpoints, step through code and interrogate
> variables. At just 19kB gzipped, Moonshine is
> suitable for mobile connections and is compatible
> with older browsers, including IE6.


# MoaiFiddle

Like JSFiddle, but for Lua + Moai rather than JavaScript + HTML. The
MOAI engine is compiled with Emscripten, and you can interact with the
code through a REPL.

Release announcement:
http://getmoai.com/forums/moaifiddle-an-online-moai-editor-and-player-t2604/
example: http://moaifiddle.com/Q09BJWGMW6

-- Pierre-Yves