* Yes, JS is changing stupidly quickly. * C++ has changed a lot starting with C++11, and is still changing quickly. However, not nearly as quickly as JS. * C is still stuck in the age of the dinosaurs. The tooling has gotten a little better with clang, cmake, etc. (though these are as much a result of its close relationship with C++ as anything). * Assembly is not moving, mostly because it's dying. There's one notabl…
What? Assembly is not moving, because it's complete. You can pick Intel or ATT syntax, and then you just need to handle new mnemonics when your processor or choice ads new opcodes. Certainly, assembly has a smaller market share than in the past, but there's nothing to replace it for critical sections, so I don't see how it's dying, since it won't ever be dead.