Advertisement ยท 728 ร— 90

Posts by Unison

I wrote a thing!

bsky.app/profile/unis...

1 week ago 2 1 0 0
zetashift's blog I saw this repository by yorickpeterse where fish and podman were used to create an uptime notifier and thought it was a very cool, readable repository. And fish is a great shell as well, so double fun. It motivated me to try to do something similar with Unison Cloud and document parts of it.

๐Ÿ—ž๏ธ For your weekend perusal, check out Unison community member @zetashift-01.bsky.social's latest blog post! Here, he's using Unison Cloud Daemons to write an uptime notifier!

zetashift.unison-services.cloud/s/blog/posts...

1 week ago 4 3 0 1
Video

computational.chat introduces a simple idea: computations that can pause for user input with rich UI controls.

Unlike a typical chatbot, there's a real programming model here, and these conversational flows can include any mix of regular code, humans-in-the loop, and LLMs.

3 weeks ago 7 3 0 0
Join the unisonlanguage Discord Server! Community for the Unison programming language | 1530 members

๐ŸŒทThe Dutch Unison Meetup is planning their next in-person meeting for late March! Come say hi in our Discord if you're in the neighborhood!

unison-lang.org/discord

4 weeks ago 3 2 0 0
Preview
Unison: The Language That Makes Microservices Feel Like a Monolith How Content-Addressed Code and Adaptive Service Graph Compression Are Rewriting the Rules of Distributed Systems

๐Ÿ“ This community write-up on Unison asks: what if service boundaries didnโ€™t mean serialization, versioning pain, or extra operational complexity?

Check it out here: medium.com/@thomas_alex...
Or here: github.com/ThomasAlexan...

1 month ago 3 0 0 0
Dejan Miliฤiฤ‡ - Unison: A New Programming Paradigm
Dejan Miliฤiฤ‡ - Unison: A New Programming Paradigm Unison is a pure functional language introducing a groundbreaking concept: content-addressed code. On top of the well-known advantages of functional programm...

๐ŸŽฅ New conference recording from the Unison community!

A deep dive into content-addressed code and how it changes refactoring, dependency management, and remote code execution.

๐ŸŒŸ Dejan's keynote is one to watch!

www.youtube.com/watch?v=mQHo...

1 month ago 12 7 0 0
I automated social media posting with this Unison cli app
I automated social media posting with this Unison cli app You know that feeling when you need to post something on social media really quickly, but then you get stuck scrolling through all the bad takes. Well, I do ...

๐Ÿซฃ Ever open social media to post one thingโ€ฆ and resurface 20 minutes later? Well, here's @impurepics.bsky.social wiring up a Unison-powered CLI solution for that. They walk through the code, the Unison workflow, and how it all fits together.

๐Ÿ‘‘ Thanks @impurepics.bsky.social, we're huge fans!

1 month ago 6 3 0 0
Introducing the Threads ability for safer structured concurrency
Introducing the Threads ability for safer structured concurrency YouTube video by Unison Language

Finally got around watching it in full. New threads ability of @unison-lang.org
youtu.be/xU_MRNNo4kg?...

1 month ago 7 2 0 0
Preview
Unison Computing now has a consulting group ยท Unison programming language We are spinning up a consulting group, now open to work in a variety of languages, including Scala, Haskell, Rust, Elm, and of course Unison. Our goal is a self-sustaining model in which a mix of consulting and product revenue funds development of Unison-based tech well into the distant future. We aim to be cash flow positive as a business in the next 12 months and could use your help in getting there.

We have a consulting group, now open to work in a variety of languages, including Scala, Haskell, Rust, Elm, and of course Unison. More details here: www.unison-lang.org/blog/consult...

Please boost to help get the word out. And we'd love to hear from you if you're interested in working with us!

1 month ago 21 10 0 1
Introducing the Threads ability for safer structured concurrency
Introducing the Threads ability for safer structured concurrency The latest Base upgrade contains the Threads ability, for safer structured concurrency. This video talks about the problems that the Threads ability solves a...

๐Ÿงต๐Ÿชก Our latest release of the standard lib includes a new `Threads` ability for structured concurrency.

Why is it an improvement over our existing primitives? Here's a video with some comparisons.

youtu.be/xU_MRNNo4kg

2 months ago 9 3 0 0
Advertisement
Preview
Release 7.14.0 ยท @unison/base | Unison Share The unison base library.

๐Ÿ“ฐ New Base library version is out! This one has some big features:

* New `Threads` ability for structured concurrency
* Adds a `Ptr` type so Unison can exchange pointers with C
* Load a dynamic foreign library by name

share.unison-lang.org/@unison/base...

2 months ago 5 1 0 0

๐ŸŒŸ Check out the suite of libraries that @kaushikc.org has been steadily developing: html-parsing, at-proto, and more!

2 months ago 4 1 0 0
Unison 1.1.0 release highlights
Unison 1.1.0 release highlights Unison 1.1.0 has some nice developer experience improvements. Here we showcase a few of the changes in this release. Full release notes: https://github.com/...

๐ŸŽฅ The Unison 1.1.0 release has quite a few features improving the UCM workflow. Here's a highlights reel:

youtu.be/8aMggn5Cm00

2 months ago 2 2 0 0
Preview
Release release/1.1.0 ยท unisonweb/unison What's Changed Features: The dependents command now work on constructors and ability requests. (#6115) Support for "Edit Definition" and "Open on Share" in the Unison Language VS Code extension v1...

๐Ÿ“ฐ UCM 1.1.0 is out!

* `dependents` can search by variant, not just type or ability name
* New built-ins for Argon2id hashing
* VS Code actions: Edit Definition & Open on Share
* MCP tool: `share-project-info`
* Faster bytes ops & improved run command

2 months ago 6 4 0 0
Preview
Competitive Pure Functional Languages

I've used @haskell.org, Lean 4 and @unison-lang.org for a while. I'm impressed by improvements, but many languages have good FP features now. Wrote blog post

Competitive Pure Functional Languages.

blog.samibadawi.com/2026/01/comp...

Looking for niches where pure FP is better than OOP FP language

2 months ago 10 1 1 0

Unison's got a C FFI! ๐ŸŽ‰

If you were waiting for a reason to try Unison, now's a good a time as any :)

2 months ago 9 3 0 0
Preview
Spec ยท @unison/base/releases/7.13.0 | Unison Share The unison base library.

๐Ÿ”Œ We're adding C FFI bindings!

This opens the door to a huge ecosystem of native libraries. Go wrap your favorite C APIs!

share.unison-lang.org/@unison/base...

2 months ago 4 1 0 1
4 tips for speeding up your UCM workflow
4 tips for speeding up your UCM workflow Here are a few practical tips for speeding things up when working in the Unison Codebase Manager (UCM): using fuzzy find to explore code, piping commands wit...

โณTime is precious. Stop typing out fully qualified argument names in the UCM!

youtu.be/_pcDWMj9JWg

3 months ago 2 1 0 0
Preview
@stew/tooey | Unison Share Explore, read docs about, and share Unison libraries

โŒจ๏ธ A fun Unison library drop for your Monday! Dream up some terminal UI apps!

share.unison-lang.org/@stew/tooey

3 months ago 3 1 0 0
Advertisement
Watch expressions for interactive programming
Watch expressions for interactive programming Watch expressions are Unisonโ€™s answer to the REPL. In this video, weโ€™ll walk through what they are, how they work, and how to use them effectively while debu...

๐Ÿ‘€ We don't have a REPL in Unison, so what do we use instead?

Watch expressions!

youtu.be/xfKO_tGpBxM?...

3 months ago 4 0 0 0
Preview
Release release/1.0.2 ยท unisonweb/unison What's Changed New diff.update command highlights changes in the scratch file. (#6080; thanks @bbarker!) MCP improvements. (#6081, #6082; thanks @kn0ll!) Fixed a parsing error involving multi-line...

๐Ÿ“ฐ Unison 1.0.2 is out!

- `diff.update` lets you preview a change before committing an update
- MCP upgrades: agents can rename, move, and delete definitions & namespaces
- Fixed `text.find` for numeric literals
- Parsing fix for multi-line matches

3 months ago 2 0 0 0
Terraform in Unison?
Terraform in Unison? What might a Terraform library look like in Unison, given the programming model that Unison Cloud supports? Our infrastructure developer, Stew, has been experimenting with a new library, and in this conversation, we explore the thought process and direction of the "Uniform" library currently in development. The Cloud platform mentioned: https://www.unison.cloud/ The Unison Share repo for the Uniform project: https://share.unison-lang.org/@stew/uniform

What might a Terraform library look like in Unison, given the programming model that Unison Cloud supports?

๐ŸŽ™๏ธTune in to our interview with library author and Unison teammate, Stew, to see what he's tinkering on!

3 months ago 2 0 0 0

๐ŸŽ‰ Yes! It's a lovely time to get reacquainted with Unison!

4 months ago 8 3 0 0
Preview
Brand Request: Unison ยท FortAwesome Font-Awesome ยท Discussion #20969 ๐Ÿท๏ธ What brand are you requesting? Unison programming language - http://unison-lang.org/ Example image Migrated from: #20055 ๐ŸŒ Official website http://unison-lang.org/ ๐Ÿ“˜ Brand assets or guidelines (...

๐Ÿ”  You know what would be awesome? If the Unison programming language had a little font icon.

Give this FontAwesome request a quick upvote if you agree!

4 months ago 6 3 0 0
Sample Unison word frequency program written in VS Code with LSP support

Sample Unison word frequency program written in VS Code with LSP support

@unison-lang.org v 1.0 passes my language readiness criteria

* Good language server support
* Trivial to make a word frequency program with tests

It's mind blowing ๐Ÿคฏ to program with code fragments, instead of projects of files.

Very composable.

Promising, but hard to imagine its effect on DevOps

4 months ago 8 1 0 2
Preview
day03.doc ยท @systemfw/aoc-2025/main | Unison Share Explore, read docs about, and share Unison libraries

๐ŸŒŸ #AdventOfCode is in full swing in Unison!

Our community has made full use of Unison's computable doc format, writing up their solutions and helpful explainers!

Here's one from the Discord about Day 3! Join us! ๐Ÿ’Œ

4 months ago 5 2 0 0
Preview
Future of Coding Weekly 2025/12 Week 1 ๐Ÿ“ข Announcing Unison 1.0 ๐Ÿ“„ Towards Pen-and-Paper-Style Equational Reasoning ๐Ÿง‘โ€๐Ÿ’ป Tom Larkworthy go brrr Two Minute Week ๐Ÿ—จ๏ธ Tom Larkworthy ๐Ÿงต conversation @ 2025-11-30 I have written a userspace hook to i

๐Ÿ“ฐ Check out who's in the latest Future of Coding Weekly newsletter!

4 months ago 4 2 0 0
Preview
@unison/advent-of-code | Unison Share ๐ŸŽ„Template project with stubs for Advent of Code

๐ŸŒŸ It's time for #AdventOfCode! That means it's a great month to pick up a new programming language! Try it in Unison this year! ๐ŸŽ

4 months ago 9 2 0 0

I've been watching Unison's development for several years. I was hooked the moment I first saw the slide "A Unison codebase is a database." Since then, an entire ecosystem has grown, including UCM Desktop, Unison Share, Cloud... And now, 1.0 is out! ๐ŸŽ‰

4 months ago 5 1 0 0
Advertisement

Yes! A perfect time to join us! ๐ŸŽ

4 months ago 1 0 0 0