2009/11/11 pancake <panc...@youterm.com>: > rob pike, russ cox and ken thomson are in the list of CONTRIBUTORS.
Yes, that makes me not ignore that lang. > I will also like to know if there's any interface for C and how to use it. It seems to be possible, though it's not officially supported yet wrt Russ: Have a look at .cgo files, for example in go/src/pkg/runtime > About the compiler stuff..i dont really know if they can generate good code, > I mean, related to code optimizations they are assembling it all together in > a very good way, but I dont see any post optimization process which will > involve automatic code inlining, loop paralelization, register relocation, > etc.. Well there is gccgo for performance worried people. Kind regards, Anselm