Programming languages that compile to native binaries; also WASM

Entertaining post, but
How are Scala's innovations there to get around the limitations of the language? Scala is not pure and lets you write completely imperative code if you choose to.

Attached: 235px-Th16Cirno.png (235x334, 75.7K)

I refuse to believe this

Believe it. I really wanted WASM to kill the abomination that is JS (yes, even at the expense of potential Google botnet), but it won't. God hates us and we're alone.

Isn't the whole point behind WASM secretly to provide the abstracted infrastructure necessary to one day eliminate JS and do just have sandboxed native deployment like Google originally wanted with NaCl?

Ada.

just u guys wait until i finish prototyping my language

Attached: 1563151286689.jpg (250x250, 6.85K)

Tell us about it.

automatic optimal concurrency.
automatic data structure choosing.
automatic integer type choosing.
automatic cache friendliness.
automatic memoization.
and more...

insteading of making trade off between performance and ease of use like other languages do, here you get both because the compiler making the decisions = the programmer doesnt have to make them, which makes things simpler.

Attached: 9e6.jpg (1539x743, 201.75K)

So you're like 90% complete then.

maybe on the theoretical side of things.
implementation wise i dont have usable compiler yet.