Hi Yedidyah,
On Sun, 6 Jan 2013 19:47:58 +0200
Yedidyah Bar-David 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 and Lua and some
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:
ht
Hi all,
On Sun, 6 Jan 2013 12:59:43 +0200
Shlomi Fish 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:
>
> *
> http://www.shlomifish.org/Files/files/code/fc-solve/js-port/web
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, C