|
|
|
|
|
by tnorgaard
3704 days ago
|
|
Interestingly, this was what Alan Kay was advocating for on the web: "A bytecode VM og something like X for graphics" [1]. When Lars Bak and Kasper Lund launched Dart [2], I found it sad that they weren't more bold - left CSS and the DOM alone, and created an alternative Content-Type. So you can choose to Accept 'application/magic-bytecode' [3] before text/html, if your client supports so. Sadly, we ended up with Web Assembly, which by the few talks I've seen, appears to only cater to that of graphic/game developers, with no support for dynamic or OO languages. [1] https://www.youtube.com/watch?v=FvmTSpJU-Xc
[2] https://www.dartlang.org
[3] Or in Dart lingo, a VM snapshot. |
|
Go doesn't have generics, some hate it, some love it. But it took a strong stand on that point.