开发者

Comparison of Javascript with Google Dart [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

Will I get replacement of node.js by google Dart, what do you say.

I am pretty much familiar with javascript and jq开发者_如何转开发uery

Also I am started using node.js in recent past

What are the advantages and disadvantages of learning Dart

Where could I get code comparison between two.


If you read the nodejs google groups thread about dart you will see the community reaction is

We have better things to do then waste time looking at dart. Maybe google should put those resources back onto V8 rather then writing yet another mediocre language that doesn't solve any problems

Now, once the dart VM is supported by all major browsers, then we will look at dart seriously.


You can read about Dart at http://www.dartlang.org/docs/getting-started/ Some of the things I found good about Dart are :

  1. Limitation is that any performance-wise advantages will be limited to Chrome only.(as,currently only V8 supports) .And for using on other browsers you might need to run some script to convert.
  2. good point is that it has native support.
  3. A very critical issue with JS is handling concurrency. Dart has "isolates": these are used for handling concurrency: It might look like a game changer yet to see if it fully working yet.

I would say its too early to say which is better.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜