Live data from Hacker News

Show HN: Write Chrome Extensions in Go

github.com

1–10 of 12 posts

Re: Show HN: Write Chrome Extensions in Go

#6
This github naming convention (that I see often with Go code) of using the product target name as the project name is starting to annoy me.

Also does anyone have any idea why Gopherjs would be better than Clojurescript, Typescript, Coffeescript, etc?

Re: Show HN: Write Chrome Extensions in Go

#7
post #6

This github naming convention (that I see often with Go code) of using the product target name as the project name is starting to annoy me. Also does anyone have any idea why Gopherjs would be better than Clojurescript, Typescript, Coffeescript, etc?

It's better than those, if you already know Go.

Re: Show HN: Write Chrome Extensions in Go

#10
post #3

TLDR; Go -> Gopherjs -> Javascript running like any other Chrome extension. Go isn't running in Chrome extensions as "native client" here.

Agreed... though it's a nice reminder that GopherJS is still an option... I was actually hoping that it was some sort of NaCl option for Go.

That said, I'd also love to see the ability to write native node.js modules via go. Channels would be a pretty natural interface for native modules from node via go. And could probably do something via named-pipes, but a transparent integration would be so cool.

Post reply on HN