lua-users home
lua-l archive

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


On Wed, Jan 2, 2013 at 1:07 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
> Maybe because you need to code something that is NaCL- or
> Silverlight-based (say, because you work at Google or MS :-) ), and
> you want to use Lua?

nah, i just was surprised not to see one  :-)

is it worth it?  recently i've seen some projects that boast about
their "desktop binary" part, and it turns to be a 20-line C file that
just opens a non-network webkit frame and loads an included JS file.
most of the multi-phone-OS frameworks work similarly.

Lua in NaCl with an easy enough DOM interface would be a good way to
package GUI apps written in Lua.  Not so capable as using Qt, but
easier to write for some.

--
Javier