Hacker News new | ask | show | jobs
by marcus_holmes 2143 days ago
Is anyone forking it to remove the Google taint?

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

2 comments

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).