Re: Digest Number 2145
Steve Dekorte <[email protected]> Tue, 29 Nov 2011 15:01:32 -0800
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Thanks Ian - this looks really cool. Anyone here want to give this a try? I'll put up a bounty of major kudos and a name mention on the Io home page. :) On 2011-11-29 Tue, at 01:45 AM, Ian Millington wrote: > If Io will compile with llvm-gcc, then you can use emscripten > > https://github.com/kripken/emscripten/wiki > > To compile a javascript version. I haven't tried Io, but it works on > Python, Lua, etc, and I use it to run my DSLs. Should be only a couple > of hours job to get Io working with it, if it doesn't out of the box. > > No need to create a specific port. > > Ian.