ythecombinator / safadometro

👼Polyglot implementations of "safadeza" calculus.
216 stars 55 forks source link

Add Javascript (ES2015) version #71

Closed ranisalt closed 8 years ago

ranisalt commented 8 years ago

Differs from Node version on idiomatic stuff from new standards such as arrow functions, new import syntax, and let/const declaration.

Has to be run with babel, and a .babelrc file is provided.