Sunday, October 13, 2019

Kotlin vs. Dart

a nice comparison...

The nosey programmer’s guide to Kotlin and Dart - Snapp Mobile - Medium





In Dart you need to add a semicolon at the end of each expression.
Kotlin by convention is written without a semicolon.

Dart is strongly typed.
Kotlin is statically typed.
...

No comments: