Facebook Go
github.com
Facebook Go
1–10 of 10 posts
Re: Facebook Go
#2Well done daaku :)
Re: Facebook Go
#3While browsing through the repos I noticed they are all by this guy: https://github.com/daaku Well done daaku :)
Re: Facebook Go
#4I know Facebook has some D advocates, but D doesn't seem to be too popular among the programmers I know. I haven't looked too deeply at it myself, but it seems to be a language more interested in taking the job of Rust and C, rather than the job of Python and Ruby. So there is no reason Facebook can't pursue both languages as a company.
Re: Facebook Go
#5Re: Facebook Go
#6Re: Facebook Go
#7I'm surprised Facebook doesn't use more Go. Everyone I talk to from Facebook seems to love Go--no idea why they don't use it more widely. Facebook doesn't strike me as the sort of company to not use a programming language just because its rival (Google) is in the driver's seat. Go is still open source. I know Facebook has some D advocates, but D doesn't seem to be too popular among the programmers I know. I haven't l…
The two languages seem to diverge when it comes to the fact that Walter Bright seems to like to write both expressive and high-performance code (meaning, at the same time). That kind of philosophy tends to lead to iterators, generators[2] etc. which Go seems to look at as superfluous -- just write a for loop, more or less.
[1] Write C++ for the particular software that they make, anyway.
[2] Or whatever the equivalent is in D.
Re: Facebook Go
#8Re: Facebook Go
#9I'm surprised Facebook doesn't use more Go. Everyone I talk to from Facebook seems to love Go--no idea why they don't use it more widely. Facebook doesn't strike me as the sort of company to not use a programming language just because its rival (Google) is in the driver's seat. Go is still open source. I know Facebook has some D advocates, but D doesn't seem to be too popular among the programmers I know. I haven't l…
Re: Facebook Go
#10I'm surprised Facebook doesn't use more Go. Everyone I talk to from Facebook seems to love Go--no idea why they don't use it more widely. Facebook doesn't strike me as the sort of company to not use a programming language just because its rival (Google) is in the driver's seat. Go is still open source. I know Facebook has some D advocates, but D doesn't seem to be too popular among the programmers I know. I haven't l…
Maybe Facebook engineers like generics? Regardless, I think Facebook is capable enough to create it's own language as well.