Re: Compilation of Pike with Emscripten ?
"Mirar @ Pike importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
I think the tricky part with other platforms isn't the language, but the libraries. I wrote a C-to-interlisp compiler once (we were asked to make calculators, me and a friend overdid it a bit), so for a limited language like C it's not very hard. But you still can't do much with it without a library like GTK or at least the full libc. Porting that takes a lot more effort... (That said, some day I'll write a C-to-/bin/sh compiler. Some day...)