That page crashed MobileSafari on iPad and continues to after a reboot. Is it just me?
Google introduces Dart, a new programming language for web applications
11–20 of 70 posts
Re: Google introduces Dart, a new programming language for web applications
#12The optionally static types in the Dart language seems like a good idea. You get both beautiful, simple code, like in Ruby, and the possibility to speed up execution by adding types later. On the other hand, you still don't have the great community like for instance ruby has. Charles Nutter has created a static typed ruby like language, called Mirah, which looks similar.
Full type inference also lets you write beautiful, simple code -- without even needing to add types later, you get them now. And speeding up execution is just a bonus, the main benefit is catching errors early, and refactoring safely.
Re: Google introduces Dart, a new programming language for web applications
#13Unless all major browsers support it, the adoption will be painful and slow. It also seems like another incarnation of GWT, which, I heard, google abandoned.
Afaik they only abandoned Gears, not GWT.
Re: Google introduces Dart, a new programming language for web applications
#14That page crashed MobileSafari on iPad and continues to after a reboot. Is it just me?
It produces an "TypeError: 'undefined' is not an object (evaluating 'a[Ra]')" and "TypeError: 'undefined' is not an object (evaluating 'b.count')". The console was a bit hard to get to with webkit2 taking up 100% of a cpu and all that.
Re: Google introduces Dart, a new programming language for web applications
#15Server-side execution? I thought Go was their systems programming language? It sure sounds like they're competing rather than complementing each other.
Re: Google introduces Dart, a new programming language for web applications
#16Re: Google introduces Dart, a new programming language for web applications
#17No IDE support, no VM in Chrome yet, also no support for calling existing javascript libraries. These three things guarantee no quick adoption. I have no idea what Google is thinking.
Re: Google introduces Dart, a new programming language for web applications
#18Re: Google introduces Dart, a new programming language for web applications
#19Re: Google introduces Dart, a new programming language for web applications
#20One of the design goals: "Ensure that Dart delivers high performance on all modern web browsers and environments ranging from small handheld devices to server-side execution." Server-side execution? I thought Go was their systems programming language? It sure sounds like they're competing rather than complementing each other.