Hacker News new | ask | show | jobs
by Sandman 5334 days ago
Yeah, but applets never really took off, for numerous reasons. One of them being that you needed to have a Java browser plug-in installed in order for them to work. This new language I'm talking about would either need to be understood natively by browsers or it would need to compile the code to something that the browsers would understand and be able to display natively (without any additional plug-ins). At the moment, that's HTML+JavaScript, but if browser vendors could agree on some other, common language that would be supported consistently across all browsers and that would provide a richer experience, that would be an ideal situation. Don't forget that the purpose of HTML was never to give us the ability to create applications, it was to display documents, which were the basis of the early web. However, now we need something that will allow us to create rich web apps that have a consistent look & feel and functionality across all browsers without the need to write additional code to cover all the quirks of specific browsers. Maybe something like Flash, but that's open, understood natively and works equally good across all browsers and operating systems. But that, of course, is just wishful thinking.