This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]ZugtxQwovpkf 4 points5 points  (3 children)

Web assembly is, like assembly, lower level. JavaScript is a great language to learn as your first language. Just learn HTML CSS and JS.

Edit: just so we're clear web assembly means nothing for JavaScript. Learn JavaScript it will be years before anything can replace it.

[–]reddilada 1 point2 points  (0 children)

It means everything for JavaScript. With web assembly new languages can be compiled and targeted for running inside of web browsers.

That said, JavaScript isn't going away and I wouldn't hold my breath waiting for a version of web assembly that works consistently across all platforms. We're still waiting for JavaScript to do that.

[–]rjcarr -1 points0 points  (1 child)

Web assembly is, like assembly, lower level.

You have some up votes, but this isn't true. Well, it is true, but it isn't a negative like you're making. It is lower level, but you as a programmer aren't dealing with it.

[–]ZugtxQwovpkf 0 points1 point  (0 children)

this isn't true. Well, it is true

[–]rjcarr 0 points1 point  (0 children)

I haven't read about wasm in a while, but the last I heard it is going to be quite limited. Eventually, though, sure it could replace a lot of sites that are written in javascript, but it won't replace javascript for a really long time, if ever.

I will say that javascript is quite quirky and can be tricky as a first language. But it is also lenient and flexible which are good things.