would the authors care to contrast go with limbo?
- erik
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
If you look at the infomercial -- it seems like it might run on Plan9. At least
the name of the compiler suggests it: 6g ;-)
http://www.youtube.com/watch?v=wwoWei-GAPo
Thanks,
Roman.
P.S. Russ, are you working for Google now?
serious question: can i have a link to the 9p implementation, pretty
please? it doesn't appear in the module list on their website.
have you also seen this vid?
http://www.youtube.com/watch?v=rKnDgT73v8s