A review of Unison programming language

published on 2023/01/09

As I write this in early 2023, finally, I think it has reached a level of maturity where it’s actually usable for real work, so I decided to write about my impressions using the language for something non-trivial.

Each Unison definition is identified by a hash of its syntax tree.

Put another way, Unison code is content-addressed.

Renato