|
|
|
|
|
by Skinney
1493 days ago
|
|
> and voila, all dynamic languages suddenly started to convert into statically-typed This is... just wrong. Plenty of people are using JS without any sort of typing whatsoever. Other dynamic languages, like Clojure, Gradle, Elixir, Pharao (a smalltalk), just to mention a few, are still going strong. > they have this webassembly, that runs in a schizophrenia-type VM wannabe wasm is mostly being used as a target for C(++), Rust and even C# programs that want to run in the browser. It's there to expand the reach of the browser. Most JS projects don't touch the stuff. |
|