Paul Krill
Editor at Large

GopherJS compiler catches up to Google Go

news
Aug 24, 20162 mins

GopherJS 1.7-1 extends browser app dev to version 1.7 of Google's Go language

GopherJS, a compiler enabling developers to use Google’s trendy Go language for Web development, is getting something it has never had before: a version number.

With GopherJS, Go code is compiled to JavaScript for execution in browsers. The specific version number revealed this week is 1.7-1, and it requires the latest version of the Go language — the recently released version 1.7.

“It’s highly recommended to be using the latest version of Go and GopherJS, but if you cannot update from Go 1.6 right away, you should continue to use GopherJS on the go1.6 branch,” GopherJS contributing developer Dmitri Shuralyov said.

The version number helps users be aware of updates, as many improvements have been done quietly. “Without a version number and release history, it’s harder for newcomers or people waiting for a stable release to have insight on the readiness state of GopherJS,” said Shuralyov.

GopherJS continues to support such Go features as goroutines, which enable concurrency among functions, but users are still ramping up their use of the technology. “Not everyone has a chance to actually use it to build projects because it’s still quite new and unusual to write front end code in Go, but the project is about enabling that and helping making it possible and more commonplace.”

As of Tuesday, GopherJS as of Tuesday had 4,125 stars on GitHub, translating to the number of people tracking the project on the code-sharing site.

Shuralyov describes GopherJS as “90- to 95-percent complete” with only minor issues remaining to be tackled. On tap are improvements to generated file size and refactors for added convenience of use. GopherJS can be tried out on the GopherJS playground.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author