Overview
-
Unison is a statically typed, functional, and fun programming language which aims to change how programmers interact with their code. Unison is different. Unlike many programming languages, your Unison codebase is not stored as a mutable set of text files. Instead, each Unison definition is identified by a hash of its syntax tree. Put another way, Unison code is content-addressed.