Show notes
Watch video on YouTubeEpisode InfoEpisode NotesLinksVideosEpisode InfoEpisode: CW 007Published: June 24th, 2014Tags: nodejs, js,es6,jsconfDuration: Episode Notes01:36 - Forrest explains his new position at npm Inc.10:00 - test262 - conformance test suite18:50 - Forrest no longer recommends Crockford’s Good Parts to new developers because half is scar tissue and dogma, instead Dave Herman’s Effective JavaScript which gives them a mental toolkit to determine their own styleLinksForrest Norvell, npm product maker at npm Inc. twitternpm Inc. - npm, Inc. supports the JavaScript community by providing the registry where developers publish and share packaged open-source modules.traceur - Traceur is a JavaScript.next-to-JavaScript-of-today compiler. Compile ES6 code into JS which can be used by today’s browsers.es6-shim - Provides compatibility shims so that legacy JavaScript engines behave as closely as possible to ECMAScript 6 (Harmony).es6-module-transpiler - ES6 Module Transpiler is a JavaScript library for converting JavaScript files written using the ES6 draft specification module syntax to existing library-based module systems such as AMD, CommonJS, or simply globals.sweet.js - Macros for javascript which can be used to add in ES6 features.es6ify - browserify v2 transform to compile JavaScript.next (ES6) to JavaScript.current (ES5) on the fly.ES6 compatibility table - ES6 compatibility table, comparing browser versions, Node.js. Links to ES6 feature descriptions.Spider Monkey - Firefox JS engine written in C++. Currently Spider Monkey is leading in the number of ES6 features that are implemented. (56/66 according to Kangax)Effective JavaScript - David Herman’s bookJeff Barczewski, Founder, CodeWinds twitterCodeWinds twitterVideosJSConf 2014 Talk

