Hacker News new | ask | show | jobs
by arghblarg 2142 days ago
Remember, Go is MIT-licensed. If things become too bound to Google, it can and will be forked. People thought it was the end of the world when multiple Java SDKs arose didn't they? (Not to say that didn't hurt Java, but the language survived).
1 comments

Is anyone forking it to remove the Google taint?

I'm aware of TinyGo, but not any other forks

What Google taint is there in the Go compiler/command?
TinyGo is more of a "reimplementation, using LLVM" than a fork.

That being said, some pieces of the Go standard library have been copied across where it makes sense to (and works).