Google’s newest programming language can now be run on the JVM , thanks to the JDart project hosted on Google Code. Unveiled at the goto conference last week, the Dart language is seen by some to be suitable for Java developers who can’t get into Javascript.
Read moreIs Dart a dynamic language?
No surprises! Even with type-safe Dart, you can annotate any variable with dynamic if you need the flexibility of a dynamic language. The dynamic type itself is static, but can contain any type at runtime.
Read more