Dart might be the only contemporary programming language that changed its core principles so radically between two major versions. 10 years ago, in 2010, it was born as a dynamically typed programming language with optional static types - ideas of Strongtalk wrapped into familiar C-like syntax. A language destined to be executed in a native VM with an adaptive JIT compiler. Yet over the years Dart has evolved into a language with a sound static type system, and is being deployed in contexts that require ahead-of-time compilation and prohibit JITing. Now, it is even trying to get rid of the “billion-dollar mistake” - null - and incrementally transition to non-nullable by default reference types. This talk focuses on the architecture of Dart Virtual Machine and how it followed the evolution of the Dart language, adapting to the new semantics and new execution environments, where users wanted to bring Dart to.
Program Display Configuration
Tue 17 Nov
Displayed time zone: Central Time (US & Canada)change
09:00 - 10:20
Invited Talk: Evolution of the Dart PL VMIL at SPLASH-V Chair(s): Marc Feeley Université de Montréal
Central Standard Time (09:00 - 09:10 am) VMIL Welcome
Central Standard Time (09:10 - 10:10 am) 10 years of Dart