HN user

samnardoni

111 karma
Posts2
Comments45
View on HN

You can do all that with JS too. Wasm adds nothing extra. It's perfectly sensible to imagine wasm applications targeting the DOM (which it can do via JS, and will do natively in later releases) just like JS applications do now.

Maybe that just says something about my intelligence, or maybe the functional camp hasn't yet figured out how to write large programs in a readable way.

You make it sound like we've figured out how to write imperative large programs in a readable way.

Rust 0.9 released 13 years ago

2 threads can't access the same variable in Rust without unsafe{}. I think, anyway...