Archos, I never understand your posts to this list. Each week, you ask about a new and impractical scheme for translating Go to other languages, or translating another language to Go, seemingly without regard for the character of the source language, compatibility with existing libraries, or tolerable performance.
If you want to run code in a browser, write it in JavaScript (or CoffeeScript, Dart, or TypeScript), or compile Go (or your favourite language) to JavaScript using Native Client or emscripten. If you want to run Go code on a mobile device, just wait: support is coming. If you need to generate code in a portable systems language, use C. If you want an intermediate language for optimization and code-generation, use LLVM. If you miss a favourite library in some other language, port it to Go.
What problem are you trying to solve?