Google introduces Dart, a new programming language for web applications
googlecode.blogspot.com
Google introduces Dart, a new programming language for web applications
1–10 of 70 posts
Re: Google introduces Dart, a new programming language for web applications
#2It also seems like another incarnation of GWT, which, I heard, google abandoned.
Re: Google introduces Dart, a new programming language for web applications
#3Unless 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.
"Dart code can be executed in two different ways: either on a native virtual machine or on top of a JavaScript engine by using a compiler that translates Dart code to JavaScript. This means you can write a web application in Dart and have it compiled and run on any modern browser."
What am I missing?
Re: Google introduces Dart, a new programming language for web applications
#4Unless 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.
Re: Google introduces Dart, a new programming language for web applications
#5Re: Google introduces Dart, a new programming language for web applications
#6On 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.
Re: Google introduces Dart, a new programming language for web applications
#7Unless 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.
From the article: "Dart code can be executed in two different ways: either on a native virtual machine or on top of a JavaScript engine by using a compiler that translates Dart code to JavaScript. This means you can write a web application in Dart and have it compiled and run on any modern browser." What am I missing?
Re: Google introduces Dart, a new programming language for web applications
#8Re: Google introduces Dart, a new programming language for web applications
#9The 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.