Earlier quoted context omitted.
Haven’t most of the top Haskell devs been on the Microsoft payroll for years and years?
SPJ is a Microsoft Research Cambridge employee, but as far as I know that doesn't give Microsoft Research (let alone Microsoft itself) any undue influence over the language's direction, they can't gatekeep or ram things into Haskell or GHC.
Go is Google's language, not ours
111–120 of 679 posts
Re: Go is Google's language, not ours
#112Earlier quoted context omitted.
So? Just fork the last freely-licensed Version then.
then start to use clean room process to reimplement all future bug fixes? nice!
Re: Go is Google's language, not ours
#113Re: Go is Google's language, not ours
#114So ... much like Linux where Linus is the gatekeeper, and he decides what goes in and what doesn't, and also abuses people while at it?
Re: Go is Google's language, not ours
#115Re: Go is Google's language, not ours
#116Golang solves a specific domain problem google has. They extended plan9s c compiler with some syntax Sugar for co routines and fixed some whacky c stuff then threw in some gc. There's new and innovated about golang. They just had to open source golang because they used the plan 9 c compiler which was open source.
Re: Go is Google's language, not ours
#117Earlier quoted context omitted.
Not yet. But we can hope. Ten years is a long time in this business.
Ten years is a very short time for a programming language. Python is decades old and hasn't hit its peak popularity yet. I don't know of a single mainstream language that has died, except for perhaps ColdFusion or ActionScript.
Re: Go is Google's language, not ours
#118Actually there are relatively few real (TM) open source projects driven by the community, at least if you look at important projects. Many open source projects are just commercial projects driven mainly by a single company. Look for example at Redis, MongoDB, MySQL, and Elasticsearch. They follow exactly the model described in the article. Technologies like these could have been developed by a community, too, but it…
I think the balance is hard, you will need lots of resources from Documentation, VM expertise, Library, etc.
Re: Go is Google's language, not ours
#119Earlier quoted context omitted.
I think his fear of google's stewardship of the language is the fear of what it'll do to the community around it.
Its incredibly unlikely that Google would take decisions for the language that would make it less effective at what it does.
Re: Go is Google's language, not ours
#120Earlier quoted context omitted.
SPJ is a Microsoft Research Cambridge employee, but as far as I know that doesn't give Microsoft Research (let alone Microsoft itself) any undue influence over the language's direction, they can't gatekeep or ram things into Haskell or GHC.
It would still be corporate sponsorship and not a true community effort though. Not having to work to pay bills makes it much easier to run a large project.