<div dir="ltr"><div>I haven't used Gambit Scheme lately, but wow, that is a great idea. I hadn't thought of it! I have worked a lot with asm.js, and I noticed that it's failing to run with asm.js because it uses setjmp/longjmp. I know that Alon is working on getting that to work with emscripten. I wonder how much work it would be to get all of Gambit working with asm.js.<br>
<br></div>This might make me want to start hacking on Gambit again!<br><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 9, 2013 at 4:52 AM, Ralph Moritz <span dir="ltr"><<a href="mailto:ralph.moeritz@outlook.com" target="_blank">ralph.moeritz@outlook.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, 09 Jun 2013 10:47:39 +0200, Marc Feeley <<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</a>><br>

wrote:<br>
<div class="im"><br>
> I have been experimenting with the emscripten C to JavaScript compiler.<br>
> I have used it to compile the Gambit interpreter into JavaScript.  This<br>
> allows the Gambit interpreter to run in the browser!  Just direct your<br>
> browser to<br>
><br>
>     <a href="http://feeley.github.io/gambit-in-the-browser" target="_blank">http://feeley.github.io/gambit-in-the-browser</a><br>
><br>
> Be patient... it can take 30 seconds to a minute to load the page<br>
> (there's about 11 MB of JavaScript code).  Use a fast JIT based browser<br>
> if possible (Firefox or Chrome have been tested).<br>
<br>
</div>Very nice work Marc!<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Is it possible that software is not like anything else, that it is meant<br>
to be discarded: that the whole point is to see it as a soap bubble? --<br>
Alan Perlis<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
</div></div></blockquote></div><br></div>