Plangs!
Menu
Sun

Unison

Unison
Modern, statically-typed, purely functional programming language that simplifies distributed programming by treating code as data. It eliminates encoders and decoders at network boundaries, refactoring complexities, and dependency conflicts by using a content-addressed approach where code is identified by its hash. Unison allows storing code directly in a database, making distributed systems and refactoring workflows more efficient and reliable.
Details
General
Appeared 2023
Released 09/2023
Licenses
Tags
Written With

Written With

NameDescription
HaskellStatically-typed, purely functional language known for type inference and lazy evaluation.