unison
unison copied to clipboard
A friendly programming language from the future
- [ ] Watch expressions - [ ] IO - [ ] Run command - [ ] How do I debug a Unison program? - [ ] `bug` - [...
Beyond the delayed computation section, this section doesn't need to be read linearly, but other doc sections might link to the doc content here. - [ ] Delayed computations -...
How do unison programmers work together? Discusses dependency management and PR process. - [ ] Pulling libraries - [ ] Updating libraries - [ ] PR creation and review process...
Core dev workflow components you'll likely have open when you're writing unison code - [ ] Reinforce the intro UCM doc from tour - [ ] The Codebase UI -...
Optional part 3 for abilities tutorial. Abilities for Monads users. Builds on the motivation for abilities in part 1 but with an eye towards users who are experienced with monadic...
We want to be able to show metadata that exists in a Unison codebase in the UI. This data is formatted as Unison code and we don't currently have a...
We want to be able to render Unison Doc on the website to support the new documentation efforts. This effort is dependent on being able to serialize docs to JSON...
The second part of the Abilities tutorial is about writing handlers. - [ ] Write an ability together - Potentially change example from effectful `Stream` to something more concrete (contender:...
We'll break the Abilities tutorial into 2+ parts - this first part has the goal of getting users comfortable with their core purpose and usage patterns. Outlined here: https://www.notion.so/Why-and-how-we-use-Abilities-aa656e2303814570946cd072b4c6fb17 -...
To better serve a wide section of the language community, we'd like to add language fundamentals learning materials written in the Unison `Doc` format. This ticket chunks a few of...