a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
SafetyPin's profile
SafetyPin

x 0

stats
following: 0
followed tags: 5
followed domains: 0
badges given: 0 of 0
hubskier for: 3190 days

recent comments, posts, and shares:
SafetyPin  ·  3186 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.

SafetyPin  ·  3186 days ago  ·  link  ·    ·  parent  ·  post: What's your favorite alternative language to javascript and why?

You could write ES6 now and compile to ES5 using Babel, Traceur or something else.