Top Stories published by Dart in 2017

Dart-on-LLVM

This is a story about an experiment to compile the Dart language using the LLVM compiler framework. On its face this is pretty pointless, since


An intro to immutability with Dart

It’s impossible to deny that immutability is a hot topic in programming, especially front-end programming. Libraries like Immutable.js and other concepts like unidirectional data flow have argued it’s easier to reason about data when it doesn’t change underneath you:


Moving Fast with Dart Immutable Values

Dart’s built_value provides powerful, convenient immutable values for Dart. The values might be immutable, but the package hasn’t been standing still! In the six months since I last wrote about built_value there have been ten major improvements to the package.