Connecting...

Pexels Photo 546819

Unison: a new distributed programming language by Paul Chiusano

Pexels Photo 546819

Using Unison?

Beginning as an experiment open source for functional programming, Paul Chiusano, Co-Founder of Unison Computing,  was proud to introduce the Unison language and its tooling at StrangeLoop Conference. What to know all it can do?

Check this out!


Unison: a new distributed programming language

Unison is an open source functional programming language with special support for building distributed, elastic systems. It began as an experiment: rethink all aspects of the programming experience, including the core language, runtime, tooling, as well as code versioning and publishing, and then do whatever is necessary to eliminate needless complexity and make building software once again delightful, or at the very least, reasonable.

We're used to thinking of a program as a thing that describes what a single OS process will do, and then using a separate layer of technologies outside of our programming languages to "configure" many separate programs into a single distributed, elastic "system". This gets complicated. The core language of Unison starts with the premise that no matter how many nodes a computation occupies, it should be expressible via a single program, not many separate programs. Unison programs can describe their own deployment, elastically scale and orchestrate themselves, and deploy themselves in parallel onto any number of nodes for execution.

This talk introduces the Unison language and its tooling and shows what it can be like to program systems of any size with this model of computing.


This talk was given by Paul Chiusano at Strange Loop Conference