Re: Digest Number 2145
Ian Millington <[email protected]> Tue, 29 Nov 2011 09:45:35 +0000
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <CAA5Y1rAF75rWVzZcZM8pQGq8ACFx+C1bxrr9PzhxExBXrQqYMQ@mail.gmail.com> |
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.