Hacker News new | ask | show | jobs
by sdrothrock 2471 days ago
I don't think that would be appropriate since Golang isn't (to my knowledge) under the GNU license.

Maybe gocc?

2 comments

I think you may misunderstand the nature of the post: https://golang.org/doc/install/gccgo

It's a thing that exists, not a proposal.

I did, in fact! Thanks. :)

I thought it was just spitballing an alternative name.

Software licenses don't really matter if you implement the Go language spec with your own code.

It's only when you want to share code with other implementations that software licensing enters the picture. Gccgo manages to share most of the standard library with the golang.org implementation, so they appear to have the licensing figured out.

I brought up the licensing originally since I thought they were spitballing a name and the "g" in "gcc" originally stands for "GNU."

So I was saying (mostly tongue-in-cheek) that it probably wouldn't be appropriate.

Sorry for the confusion, and I appreciate the clarification here too. :)