|
|
|
|
|
by AndrewDucker
5356 days ago
|
|
It seems to me that Dart came out of the Java->JVM tooling that Google had with GWT, but with all of the bits that weren't useful to that end taken out. If you start with Java, strip out everything that can't be mapped reasonably well onto JS, and tidy up what's left, then you have something that can be used to build statically typed applications for the web in the manner which Google are used to. |
|
I'm guessing it wouldn't be a good match because Dart is fundamentally closer to a dynamic language than a statically typed language
The similarities to java seem to come from conservatism in language design more than anything else.