algorithmic-music-exploration / amen-js

JavaScript wrapper for Amen - a replacement for remix.js
BSD 2-Clause "Simplified" License
12 stars 3 forks source link

ES6 updates? #33

Open tkell opened 7 years ago

tkell commented 7 years ago

Most of Amen is v. classical javascript, but we have to use ES6 for promises. Should we update everything else? (let and const as well as var, etc?)