Re: Comiling JS to luajit bytecode (was: Re: Talk topic brainstorming for Lua Workshop 2014)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Comiling JS to luajit bytecode (was: Re: Talk topic brainstorming for Lua Workshop 2014)
 
- From: steve donovan <steve.j.donovan@...>
 
- Date: 2014年2月27日 15:48:36 +0200
 
On Thu, Feb 27, 2014 at 3:44 PM, Pierre Chapuis <catwell@archlinux.us> wrote:
> - The transpiler was written by them and (afaik) should be Open Source
> eventually, but not yet.
Very interesting project! We've discussed JS->Lua translation before,
and the consensus was that although related languages, the semantic
differences make it hard to do properly and *efficiently*. So I'm
curious how they're managing that gap.
(hard ~= impossible, of course)