Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
SafetyPin · 3419 days ago · link · · parent · post: What's your favorite alternative language to javascript and why?
Haven't used neither of them yet. Plan to implement Babel(seems to be the favoured compiler) alongside PostCSS(basically same thing only for CSS) in next project. Although I haven't tried it yet writing next generation JS should be a strong positive especially if Babel does a good job of compiling your code to ES5. If you are interested I would suggest doing your own research to the pros and cons. Or just give it a try.