lua-users home
lua-l archive

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



steve donovan kirjoitti 3.12.2008 kello 11:44:

On Wed, Dec 3, 2008 at 6:54 AM, Robert Stehwien <rstehwien@gmail.com> wrote:
I just made my first foray into Lua by using Adobe's Alchemy C/C++ to
ActionScript compiler to write a proof of concept embedding Lua into Flash.

Would be interesting to know what the performance of Lua would be
given that the Lua VM would be running on the Flash VM.

steve d.

Indeed!  :)

Having layers on top of layers on top ... is certainly one of the factors leading to CPU improvements just vanishing somewhere, most of the time.

Then again, it would be cool to have built-in Lua support in Flash. Maybe this will eventually lead to such?

-asko