|
|
|
|
|
by soup10
5117 days ago
|
|
Html5 is a heavily sandboxed abstraction layer from hardware. It's designed to sacrifice performance and hardware access to provide a safe way for websites to display rich content. Additionally for non-canvas apps, you must interact with the convoluted mess that is the DOM. Lower level languages are generally designed for maximum performance, and full-access to hardware. The assumption is that only trusted applications will be run. In summary, html5 is a school playground where all the kids run in slow motion and the toys are made of plastic. You can sort of make new toys out of sand, but they are fragile and not that fun. |
|