-
-
-
3 Like
RapydScript
RapydScript is a pre-compiler for JavaScript, similar to CoffeeScript, but with cleaner, more readable syntax. The syntax is very similar to Python, but allows...
Inspired by Babel, Bublé is an ES2015 compiler that takes your ES2015 JavaScript code and turns it into code that can run in today's environments.
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
web-development javascript-development developer-tools scripting-language transpiler