Tagged in

JavaScript

Dart
Dart
Dart is an approachable, portable, and productive language for high-quality apps on any platform. Learn more at https://dart.dev.
More information
Followers
12.6K
Elsewhere
More, on Medium

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:


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