Abstract
This paper establishes a notion of message-safe programs as a natural intermediate point between dynamically typed and statically typed Dart programs.
Unlike traditional static type checking, the type system in the Dart programming language is unsound by design. The rationale has been that this allows compile-time detection of likely errors and enables code completion in integrated development environments, without being restrictive on programmers. We show that, despite unsoundness, judicious use of type annotations can ensure useful properties of the runtime behavior of Dart programs. This supports evolution from a dynamically typed programto a strictly statically typed form.
We present a formal model of Dart that elucidates how a core of the language and its standard type system works. This allows us to characterize message-safe programs and present a theorem stating that such programs will never cause ‘message not understood’ errors, which is generally not guaranteed for Dart programs that pass the standard type checker. The formal model has been expressed in Coq.
Unlike traditional static type checking, the type system in the Dart programming language is unsound by design. The rationale has been that this allows compile-time detection of likely errors and enables code completion in integrated development environments, without being restrictive on programmers. We show that, despite unsoundness, judicious use of type annotations can ensure useful properties of the runtime behavior of Dart programs. This supports evolution from a dynamically typed programto a strictly statically typed form.
We present a formal model of Dart that elucidates how a core of the language and its standard type system works. This allows us to characterize message-safe programs and present a theorem stating that such programs will never cause ‘message not understood’ errors, which is generally not guaranteed for Dart programs that pass the standard type checker. The formal model has been expressed in Coq.
Original language | English |
---|---|
Publication date | 2014 |
Number of pages | 15 |
Publication status | Published - 2014 |
Event | International Workshop on Foundations of Object-Oriented Languages - Portland, United States Duration: 20 Oct 2014 → 20 Oct 2014 Conference number: 21 |
Workshop
Workshop | International Workshop on Foundations of Object-Oriented Languages |
---|---|
Number | 21 |
Country/Territory | United States |
City | Portland |
Period | 20/10/2014 → 20/10/2014 |