Live data from Hacker News

JavaScript in 2015

glenmaddern.com

11–20 of 129 posts

Re: JavaScript in 2015

#13
What will SystemJS+JSPM give me over Webpack? Just curious.

Webpack also supports ES6 modules (as well as CJS and AMD) when used with 6to5 transpiler, and has a lot of great features like splitting code into bundles, figuring out the best way to split dependencies based on module size, and asynchronously loading missing chunks.

Re: JavaScript in 2015

#14
post #10

Nothing to do with this, but I remember a conf about javascript in 2040++ or something can't find the video..

Gary Bernhardt is the speaker, though my sense is that the talk is more of a thought-experiment/parable than anything else. He hasn't quite said that, it's just my impression.

Re: JavaScript in 2015

#18

Really great screencast. If you have the good fortune to be a JS developer in 2015 (and beyond), there are some exciting times ahead!

I'm really late to the JS party, having just picked it up a month or so ago. node.js and Meteor are my current tools of choice; it's a rather super environment to get stuff done in.

It's nice to see JS get some positive press.

Re: JavaScript in 2015

#20
post #3

Still has more WTF moments than any other language I have used so far.

Your comment might be useful or interesting if you explained which WTF moments affected you in particular, or even just which other languages you've used. As it is, it's not adding much to the conversation which is why you've been downvoted.

Its well documented:

https://wiki.theory.org/YourLanguageSucks#JavaScript_sucks_b...

Post reply on HN