Google Go: Good For What?
lessonsoffailure.com
Google Go: Good For What?
1–10 of 40 posts
Re: Google Go: Good For What?
#2Re: Google Go: Good For What?
#3Go decided to use a foreign syntax to C++, C and Java programmers. They borrows forward declarations from BASIC (yep, you heard me right…BASIC), creating declarations that are backwards from what we’ve been using for close to 20 years
"Yep, you heard me right... BASIC". Consider carefully how seriously you want to take this blog.
Re: Google Go: Good For What?
#4How good is the Go optimizer? I would guess that there's still a lot of room for improvement because that's not something you'd spend a lot of time on early in the life of a language.
Re: Google Go: Good For What?
#5Go: Good here, bad there.
Re: Google Go: Good For What?
#6From a previous Go blog post by the same author: Go decided to use a foreign syntax to C++, C and Java programmers. They borrows forward declarations from BASIC (yep, you heard me right…BASIC), creating declarations that are backwards from what we’ve been using for close to 20 years "Yep, you heard me right... BASIC". Consider carefully how seriously you want to take this blog.
"There are no forward declarations and no header files; everything is declared exactly once."
Is the author just wrong, or has the language changed since the FAQ was last updated?
Re: Google Go: Good For What?
#7Re: Google Go: Good For What?
#8One has very little to do with the other.
Re: Google Go: Good For What?
#9How good is the Go optimizer? I would guess that there's still a lot of room for improvement because that's not something you'd spend a lot of time on early in the life of a language.
Re: Google Go: Good For What?
#10How good is the Go optimizer? I would guess that there's still a lot of room for improvement because that's not something you'd spend a lot of time on early in the life of a language.
Basically, not much (depending on which compiler chain you are using). The Plan9 based compilers (which compile at light speed) don't produce great code.