Y
Hacker News
new
|
ask
|
show
|
jobs
by
algopats
4436 days ago
with recent chrome native support for Go, we may be able to do cross platform HTML5 chrome apps with Go.
2 comments
erichocean
4436 days ago
Or cross-platform OpenGL ES 2 apps. Just like Android and iOS do it. ;)
link
4ad
4436 days ago
There is no such thing as "chrome native support". Go has a NaCl port, but that doesn't support Chrome.
link
Winsaucerer
4435 days ago
On this note, NaCl support is being included in 1.3:
http://tip.golang.org/doc/go1.3#nacl
link