|
|
|
|
|
by throwawaysbdi
3386 days ago
|
|
Yes! Go has a really small runtime I think a lot of us can't wait till Go is usable in browser. Every developer I know hates JavaScript. I think the only ones that like it are honestly people that haven't used much else. Literally everything about the language including tooling and module systems around it is a garbage fire. I tried to use Node and it gives stupid shitty error messages all the time and blows up if anything hangs for 200ms because it only supports a single thread. It's honestly pretty crap compared to more mature runtimes in C#, Java, Go, Python etc... I think what's happened is that a bunch of front end HTML guys that only use JS have been introduced to fire water and they're going nuts about it |
|
GopherJS apparently struggles with binary size too [2] (though that's not WebAssembly).
[1] https://blog.golang.org/go1.7-binary-size [2] https://github.com/gopherjs/gopherjs/issues/136