On Tue, Nov 10, 2009 at 11:00 PM, andrey mirtchovski <mirtchov...@gmail.com> wrote: > > but will it run on Plan 9? >
>From the FAQ: (http://golang.org/doc/go_faq.html) "What compiler technology is used to build the compilers? Gccgo has a C++ front-end with a recursive descent parser coupled to the standard GCC back end. Gc is written in C using yacc/bison for the parser. Although it's a new program, it fits in the Plan 9 C compiler suite (http://plan9.bell-labs.com/sys/doc/compiler.html) and uses a variant of the Plan 9 loader to generate ELF binaries." So I believe it could be ported... As for a comparison to limbo, I think someone who knows more about limbo would be better qualified to delve into the language, but for one thing it isn't tied to Inferno, and compiles natively, as opposed to dis. (it also has some limited type inference) -- Rodrigo Miranda "There is nothing like looking, if you want to find something… You certainly usually find something, if you look, but it is not always quite the something you were after." – J.R.R Tolkien