TypeScript 1.8 Beta Adds Integration with JavaScript, Stateless Functional Components and More

TypeScript, Microsoft’s open source superset of JavaScript, has reached 1.8 beta, bringing many new language features and tools enhancements.

MIT's Polaris Touts Making Web Pages 34 Percent Faster

Polaris is a new JavaScript framework that aims to shrink Web pages load time by 34% at the median. Developed by researchers from MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL) and Harvard University, Polaris focuses on reducing latency associated to network trips.

Bloomberg Open-sources BuckleScript, JavaScript Backend for OCaml

Recently open-sourced BuckleScript, a JavaScript backend for OCaml, aims to bring OCaml type safe, high performance code to any JavaScript execution engine, Bloomberg say.

V8 JavaScript Engine 5.1 Brings More ECMAScript Compliance, WASM Support

Google has announced version 5.1 of its V8 JavaScript engine, which improves compliance with the ECMAScript 2017 draft specification and adds preliminary support for WASM, a low-level portable bytecode aimed to enable near-native execution speed.

TypeScript 2.0 Beta Brings Option Types, Discriminated Unions, and More

Daniel Rosenwasser, program manager for TypeScript at Microsoft, has announced the beta release of TypeScript 2.0, which brings a wealth of new features to the language including non-nullable types, control flow analysis for types and discriminated unions.