Dart anyone?

Started by
0 comments, last by LJ_1102 10 years, 8 months ago

Hey folks,

Just started using Dart. Anybody else used that before?

What's your opinion of it?

Any pointers as to its strengths/weaknesses, comments in general?

So far, my only concern has been with the preset pub.bat which somehow needs to be used through commandline to package your svn repo which is a bit odd to use...

Advertisement

I took a look at it when it was relatively new, I liked the possibility of using types and classes and the overall syntax.

Unfortunately its not native implemented in other browsers than chrome/chromium (which has iirc dartium).

So you need to compile it to javascript to run in other browsers than chrome.

That makes it more an abstraction layer on top of javascript helping developers used to languages like C# or Java

that dont want to learn javascript since it has another structure than the aforementioned.

That was also the reason i stopped using it, since when I need to compile javascript out of it i can use javascript directly and use its unique traits and features

without having dart in the way.

Just my personal opinion on it.

Jan F. Scheurer - CEO @ Xe-Development

Sign Up for Xe-Engine™Beta

This topic is closed to new replies.

Advertisement