Bublé favicon

Bublé

Bublé is an ES2015 compiler. It takes your ES2015 JavaScript code and turns it into code that can run in today's environments, including old versions of Node.js and Internet Explorer.

Key differences from Babel:

  • Bublé limits itself to ES2015 that can be compiled to compact, performant ES5
  • There are no plugins or presets – less extensibility, but also zero configuration
  • Code is only altered where necessary – your formatting and code style remain intact
  • It's comparatively tiny and much faster
Kaffeine JS

Kaffeine JS

Kaffeine is a set of extensions to the Javascript syntax that attempt to make it nicer to use. It compiles directly into javas ...

LiveScript

LiveScript

LiveScript is a language which compiles down to JavaScript. It is a fork of Coco which is in turn derived from CoffeeScript. L ...