The New Coolest Hack: emscripten - an LLVM bitcode to JavaScript Compiler

2013-01-06 Thread Shlomi Fish
Hi all, [Note to Muli: prepare the groggers]. The executive summary is that you should probably check out https://github.com/kripken/emscripten which is an LLVM bitcode to JavaScript compiler, which allows one to compile any language that has a front-end to compile to LLVM bitcode (including C,

Re: The New Coolest Hack: emscripten - an LLVM bitcode to JavaScript Compiler

2013-01-06 Thread Shlomi Fish
Hi all, On Sun, 6 Jan 2013 12:59:43 +0200 Shlomi Fish shlo...@shlomifish.org wrote: Nevertheless, it was easier than writing an entirely new code in JavaScript and maintaining it, and you can see the beta demo in its temporary location here: *

Re: The New Coolest Hack: emscripten - an LLVM bitcode to JavaScript Compiler

2013-01-06 Thread Yedidyah Bar-David
On Sun, Jan 06, 2013 at 06:55:22PM +0200, Shlomi Fish wrote: Emscripten has many more, much cooler, demos here: https://github.com/kripken/emscripten/wiki including ports of Python, Ruby and Lua and some graphical games. On a semi-related note, see this, if you haven't already:

Re: The New Coolest Hack: emscripten - an LLVM bitcode to JavaScript Compiler

2013-01-06 Thread Shlomi Fish
Hi Yedidyah, On Sun, 6 Jan 2013 19:47:58 +0200 Yedidyah Bar-David linux...@didi.bardavid.org wrote: On Sun, Jan 06, 2013 at 06:55:22PM +0200, Shlomi Fish wrote: Emscripten has many more, much cooler, demos here: https://github.com/kripken/emscripten/wiki including ports of Python, Ruby