|
On Tue, Jul 20, 2010 at 10:00, steve donovan <steve.j.donovan@gmail.com> wrote:Well, this topic is about translation of Lua to JS.
> On Tue, Jul 20, 2010 at 6:17 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
>> So. Is there a _javascript_ implementation of Lua compiler and VM that
>> I'm not aware of?
> There was a thread on precisely this subject:
> http://lua-users.org/lists/lua-l/2008-10/msg00029.html
That is the problem when one does translation. I'm interested in the
> Although the languages are often compared and have similar features,
> the devil is in the semantic details - e.g. _javascript_'s implicit
> number conversions.
honest compiler + VM implementation. Just like people do for Flash.
[1]
No problem with size or speed here. Don't plan to do anything
> A germane comment is in
> http://lua-users.org/lists/lua-l/2006-09/msg00416.html
> "Lua has a lot of catching up to do if it wants to be as big and as
> slow as _javascript_. "
intensive this way.
Alexander.
[1] — see this, for example: http://github.com/tobeytailor/gordon