mikeal / fif

Accessible, portable, programming lanuage.
6 stars 0 forks source link

Use ES6 features to deprecate ES3 features #3

Open Raynos opened 10 years ago

Raynos commented 10 years ago
mikeal commented 10 years ago

tentatively I'm all for it, just need to make sure that we can compile these down to something that works on every supported platform. we already know that anyone supporting ES5 we can handle but I do wanna check out how Tessel does their compile-js-to-lua to double check.

Raynos commented 10 years ago

This section ( https://github.com/olov/defs#compatibility ) is a good read on how feasible let and const are.