Hacker News new | ask | show | jobs
by flohofwoe 879 days ago
If the CLR wouldn't have focused on managed languages like C# but instead would have allowed to run C and C++ (unmodified, not the Franken-C++ Microsoft came up with multiple times which required substantial code modifications) more people would have taken it serious. Same with the JVM+Java+Oracle combo.

But then Emscripten came along and showed how it's done properly, and everything derived from that (asm.js, WASM, WASI) was just evolution at work.

1 comments

I love how only Franken-GCC and Franken-clang have the right to be praised, among the universum of Franken-not-ISO-Extensions.

Last time I checked Emscripten was using Franken-clang.