chutterbox / chutter

https://chutter.co
MIT License
12 stars 4 forks source link

Proposal to migrate from CoffeeScript to... #13

Open geoffmiller opened 9 years ago

geoffmiller commented 9 years ago

My vote would be something ES6 based like Babel.js or TypeScript. ES5/6 may make this project more accessible.

ambewas commented 9 years ago

I agree. Not knowing CS syntax could be a barrier.

PritishC commented 9 years ago

What about vanilla JS/ES5? Wouldn't ES6/TS have the same effect that CS is having right now?

chutterbox commented 9 years ago

@PritishC i agree with that entirely. vanilla js/es5 would make the most sense

geoffmiller commented 9 years ago

ES5 is fine with me. It will eliminate a build step and hopefully foster more contributions. Eventually I will get you all to ES6.

chutterbox commented 9 years ago

@geniusme That sounds good to me. I'll make an issue for it.