Unison

@unison-lang.org

Friendly programming language from the future Open source http://github.com/unisonweb/unison Cloud platform: https://unison.cloud Community: https://unison-lang.org/discord

✨ Unison 1.3.0 and base 7.17 have been released ✨ - Pattern matching on Bytes literals - 'signature' command to see type signatures - Improved function signature formatting - Builtins for ALPN TLS and P256 keys github.com/unisonweb/un...

Release release/1.3.0 · unisonweb/unison

What's Changed Expose P-256 ECDSA crypto builtins by @MauScheff in #6222 Add signature command by @ChrisPenner in #6225 Don't generate LSP type sig suggestions for generated methods by @ChrisPenne...

github.com

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.

🎥 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...

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...

youtube.com

🫣 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!

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 ...

youtu.be

📰 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

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...

github.com

📰 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

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...

github.com

@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

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