Artwork

内容由Jeff Barczewski提供。所有播客内容(包括剧集、图形和播客描述)均由 Jeff Barczewski 或其播客平台合作伙伴直接上传和提供。如果您认为有人在未经您许可的情况下使用您的受版权保护的作品,您可以按照此处概述的流程进行操作https://zh.player.fm/legal
Player FM -播客应用
使用Player FM应用程序离线!

007 Forrest Norvell on ES6 and our community's role at JSConf 2014

38:33
 
分享
 

Manage episode 41572582 series 35645
内容由Jeff Barczewski提供。所有播客内容(包括剧集、图形和播客描述)均由 Jeff Barczewski 或其播客平台合作伙伴直接上传和提供。如果您认为有人在未经您许可的情况下使用您的受版权保护的作品,您可以按照此处概述的流程进行操作https://zh.player.fm/legal

Watch video on YouTube

Episode Info

  • Episode: CW 007
  • Published: June 24th, 2014
  • Tags: nodejs, js,es6,jsconf
  • Duration: 38:33

Episode Notes

  • 01:36 - Forrest explains his new position at npm Inc.
  • 02:20 - Discussion of Forrest’s JSConf 2014 talk
  • 03:30 - Rise of community standards, Douglas Crockford’s the Good Parts, John Resig jQuery, Promises A+ standard
  • 05:50 - Standards committees, an inside look
  • 08:00 - ES4, ES5, Harmony, ES7 (champion for each feature)
  • 10:00 - test262 - conformance test suite
  • 11:58 - Our community has the power to figure out what features in ES6 are useful. Sort out the parts that are genuinely useful. Figure out the good parts now.
  • 14:48 - Module proposal benefited from critical discussions from the community
  • 16:00 - Tools for using ES6 features now
  • 17:26 - Development community needs to get on top of things and teach how we use the features with emphasis on the compelling parts.
  • 18: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 style
  • 20:55 - Don’t concentrate on what’s cool, but concentrate on what’s stable and effective. As an educator be conservative.
  • 21:29 - Warnings from Java, Perl history
  • 24:00 - Typescript and Coffeescript bring things to the table but they could fragment the community
  • 24:40 - ES timeline
  • 26:30 - Features need enough examination to ensure they are finished
  • 28:00 - Keeping some things in user land to see what community comes up with. Developers as leaders in this transition.
  • 29:00 - npm growth, npm Inc dev ops, addressing pain points in npm CLI
  • 34:30 - All software languages have something that is terrible. Community is something that makes Node.js special.
  • 35:45 - Node.js in the enterprise is happening very rapidly. A very interesting time to be in the middle of this evolution.

Links

  • Forrest Norvell, npm product maker at npm Inc. twitter
  • npm 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 book
  • Jeff Barczewski, Founder, CodeWinds twitter
  • CodeWinds twitter

Videos

  continue reading

15集单集

Artwork
icon分享
 
Manage episode 41572582 series 35645
内容由Jeff Barczewski提供。所有播客内容(包括剧集、图形和播客描述)均由 Jeff Barczewski 或其播客平台合作伙伴直接上传和提供。如果您认为有人在未经您许可的情况下使用您的受版权保护的作品,您可以按照此处概述的流程进行操作https://zh.player.fm/legal

Watch video on YouTube

Episode Info

  • Episode: CW 007
  • Published: June 24th, 2014
  • Tags: nodejs, js,es6,jsconf
  • Duration: 38:33

Episode Notes

  • 01:36 - Forrest explains his new position at npm Inc.
  • 02:20 - Discussion of Forrest’s JSConf 2014 talk
  • 03:30 - Rise of community standards, Douglas Crockford’s the Good Parts, John Resig jQuery, Promises A+ standard
  • 05:50 - Standards committees, an inside look
  • 08:00 - ES4, ES5, Harmony, ES7 (champion for each feature)
  • 10:00 - test262 - conformance test suite
  • 11:58 - Our community has the power to figure out what features in ES6 are useful. Sort out the parts that are genuinely useful. Figure out the good parts now.
  • 14:48 - Module proposal benefited from critical discussions from the community
  • 16:00 - Tools for using ES6 features now
  • 17:26 - Development community needs to get on top of things and teach how we use the features with emphasis on the compelling parts.
  • 18: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 style
  • 20:55 - Don’t concentrate on what’s cool, but concentrate on what’s stable and effective. As an educator be conservative.
  • 21:29 - Warnings from Java, Perl history
  • 24:00 - Typescript and Coffeescript bring things to the table but they could fragment the community
  • 24:40 - ES timeline
  • 26:30 - Features need enough examination to ensure they are finished
  • 28:00 - Keeping some things in user land to see what community comes up with. Developers as leaders in this transition.
  • 29:00 - npm growth, npm Inc dev ops, addressing pain points in npm CLI
  • 34:30 - All software languages have something that is terrible. Community is something that makes Node.js special.
  • 35:45 - Node.js in the enterprise is happening very rapidly. A very interesting time to be in the middle of this evolution.

Links

  • Forrest Norvell, npm product maker at npm Inc. twitter
  • npm 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 book
  • Jeff Barczewski, Founder, CodeWinds twitter
  • CodeWinds twitter

Videos

  continue reading

15集单集

Tüm bölümler

×
 
Loading …

欢迎使用Player FM

Player FM正在网上搜索高质量的播客,以便您现在享受。它是最好的播客应用程序,适用于安卓、iPhone和网络。注册以跨设备同步订阅。

 

快速参考指南