Google Engineer: We Need More Web Programming Languages
itwbennett (1594911) writes Web applications may one day surpass desktop applications in function and usability — if developers have more programming languages to choose from, according to a Google engineer. 'The Web is always available, except when it is not,' said Gilad Bracha, software engineer at Google and one of the authors of Google Dart, speaking to an audience of programmers Wednesday at the QCon developer conference in New York. 'It isn't always available in a way that you can always rely on it. You may have a network that is slow or flaky or someone may want to charge you.' Therefore any Web programming language, and its associated ecosystem, must have some way of storing a program for offline use, Bracha said. The Web programming language of the future must also make it easier for the programmer to build and test applications.
any Web programming language, and its associated ecosystem, must have some way of storing a program for offline use
So what's the point of this being a "Web" language? Why not just keep downloading apps like we always have?
There are far too many choices now.
JavaScript and VBScript.
I agree there is atleast one choice too many.
Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
The good thing about standards is that there are so many to choose from.
Stupidity is an equal opportunity striker.
Fellow slashdotter Bill Dog
http://xkcd.com/927/
It should be called the Tower of Babbage.
There are two types of people in the world: Those who crave closure
I'm a old fogey. And I welcome new programming languages. Because the existing ones suck so much.
When do you suggest we should have stopped? With COBOL as the major language? or C? With PHP as the major web language? With PERL is the major scripting language?
Bring forth every language anyone wishes to invent, and let the good ones rise to the top.
Software quality is a different issue. And most of it is in unrelated to language. But on the language side, new languages can help. Take Swift vs Objective-C. Many or most fatal bugs and security vulnerabilities with C languages revolve around stray pointers, exceeding bounds, and omitting breaks in case statements or braces around if blocks. These are simply not possible in the new language. And thus software quality will be improved.
Yep, and even if you use the correct tool for the job people rewrite it anyway. I used XSLT to turn XML into a different XML. It was 20 lines and worked great. I came back later and somebody had replaced it with 2500 lines of C#.
Peter predicted that you would "deliberately forget" creation 2000 years ago...
Except once it's offline it's no longer contained...
How? Pretty much every major platform other than Windows desktop, OS X, and GNU/Linux has some sort of containment measure by default. This includes Windows Phone, Windows RT and Windows 8's WinRT subsystem, Android, iOS, and modern game consoles.