Discussion:
[dart-misc] Dart and Types
kc
2017-02-21 16:02:11 UTC
Permalink
Dart 1.x had a interesting theory which I think can be described as follows:

Types are just for documentation and analysis. They can be considered a
form of annotation (among annotation generally).
Dart is pure Objects. Objects respond to messages at runtime.
Type annotations have no semantic runtime meaning and are not used for
performance.

Also there were ideas from the Smalltalk/Newspeak tradition re modularity
and dependency - and how they worked with a dynamic language.

Will this core theory re type annotations still apply going forward.

K.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...