What's cool about Unison? | Jared Forsyth.com


Resource | v1 | created by jjones |
Type Blog post
Created 2021-03-02
Identifier unavailable

Description

Unison is doing a lot of interesting things, and as I recently implemented an alternative runtime in rust, I have some insight into what's going on under the hood 😉. Here's my attempt to sum things up.

Relations

about Unison

Unison is an open source functional programming language based on a simple idea with big implications...

about Unison Abilities

Unison's type system tracks which functions can do I/O, and the same language feature, called abiliti...

about Colored functions

Since you can’t call async functions from non-async code, you end up with a lot of duplicated effort,...


Edit details Edit relations Attach new author Attach new topic Attach new resource
9.0 /10
useless alright awesome
from 1 review
Write comment Rate resource Tip: Rating is anonymous unless you also write a comment.
Resource level 2.0 /10
beginner intermediate advanced
Resource clarity 10.0 /10
hardly clear sometimes unclear perfectly clear
Reviewer's background 1.0 /10
none basics intermediate advanced expert
Comments 1
jjones
0 0

9 rating 2 level 10 clarity 1 user's background

Great sum up of interesting language features