Google announced its Closure Compiler is now available in pure JavaScript for use without Java. The first Closure Compiler was released back in 2009, but this JavaScript compiler will run under NodeJS with support for some build tools, according to Sam Thorogood, developer programs engineer at Google. The Closure Compiler is a JavaScript optimizer, transpiler … continue reading
Google has announced it is open-sourcing its Science Journal app. Science Journal is designed to turn Android into a mobile science solution, using the phone’s sensors to explore the world. “We believe that anyone can be a scientist anywhere. Science doesn’t just happen in the classroom or lab. Tools like Science Journal let you see … continue reading
Microsoft is making debugging for iOS devices easily available with its recently announced iOS Web Debugger for Visual Studio Code. The new solution works on Mac and Windows, and is similar to the Chrome debugger the company announced in February. The debugger allows developers to debug JavaScript code from VS code without additional tools. “As … continue reading
Google is beginning its move away from the Chrome apps platform by removing support for packed and hosted apps from Chrome on Linux, Mac and Windows over the course of the next two years. According to Google’s Rahul Roy-Chowdhury, vice president of product management, approximately 1% of users on Linux, Mac and Windows actively use … continue reading
The Rust team has announced the latest version of Rust. Rust 1.11 includes work to compiler internals that are not yet stable, and other user-facing changes. The Rust team also announced features like MIR becoming the default and the beginnings of incremental compilation, which Rust 1.11 has laid the groundwork for. According to Rust: “The … continue reading
Google has announced a new video calling app, Duo, to rival Microsoft’s Skype and iOS’ FaceTime. It has been made available on Android and iOS. “Video calling is the next best thing to being with someone in person, but too often it can be a frustrating or complicated experience,” wrote Justin Uberti, principal software engineer, … continue reading
The Go programming language has been updated to version 1.7, bringing with it many performance and compile-time speedups. A new compiler back-end has been added, based on static single-assignment form, and according to Google, this addition can bring speedups to applications ranging from 5% to 35%. The compiler improvements don’t end with actual application optimizations, … continue reading
Google is giving Android developers new ways to stay informed about their apps. The company is updating the Google Play Developer Console app with new features for reviews and experiments. “With over one million apps published through the Google Play Developer Console, we know how important it is to publish with confidence, acquire users, learn … continue reading
Google is giving developers the Python support they have been asking for. The company has announced the Python runtime for the Google App Engine Flexible Environment with Python 3.4 and 2.7 support. “Developers running Python on Google App Engine have long asked for support for Python 3 and third-party Python packages,” Amir Ruzrokh, product manager … continue reading