The developments around Lua as of late are really amazing. Practical, yet principled. If only we could write <script type=lua...>.
-- Jason Dusek pgp // solidsnack // C1EBC57DC55144F35460C8DF1FD4C6C1FED18A2B
http://terralang.org/index.htmlStill reading, but seems interesting. .
On Tue, May 14, 2013 at 1:47 PM, Jason Dusek <jason...@gmail.com> wrote: The developments around Lua as of late are really amazing. Practical, yet principled. If only we could write <script type=lua...>. Potentially if you can get Terra's AST into LLVM, you should be able to use asm.js as a target [1]Now, there might be more practical options for browser side code, and even easier ways to generate asm.js code. But it sounds doable as an experiment.[1] http://asmjs.org/ .