We are at LambdaNantes ! Hosted by Adam and @pankzsoft.net , at @epitech-officiel.bsky.social #nantes ! With @etorreborre.blog and @clementd.wtf as speakers !
Eric Torreborre
@etorreborre.blog
Haskell / Scala / Rust developer (author of the specs2 and registry libraries) github.com/etorreborre etorreborre.blog
@lambdanantes.bsky.social ca commence fort avec @etorreborre.blog qui nous parle de modularité et compositionnalité
process-compose is nifty tool if you need to run several processes on your machine with dependencies between them: f1bonacc1.github.io/process-comp...
Process Compose
Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
f1bonacc1.github.io
"Reliable AI-free support bots" computational.chat/articles/ai-.... Excellent product idea, implemented with @unisonweb!
Reliable AI-free Support Bots | You don't need an LLM for that | Computational Conversations
This post introduces a new approach to creating LLM-free support bots. In addition to providing a great user experience, these bots are reliable, speedy, hallucination free, and overall cheaper, simpl...
computational.chat
⚠️ Le prochain Lambda Nantes aura lieu le 21 mai, à partir de 19h, toujours dans les locaux de l'Epitech Nantes. @clementd.wtf nous parlera de ses amours traversières et @etorreborre.blog de ses explorations compositionnelles. Venez nombreuses et nombreux ! mobilizon.fr/events/80450...
Programmation compositionnelle et traversabilité
21 mai 2026, 19:00:00 - GMT+02:00 - 2 Place Louis Daubenton, 44100, Nantes, France - Pour cette pénultième session de la saison 2025-2026 de Lambda Nantes nous avons le plaisir de vous proposer 2 prés...
mobilizon.fr
There's a RFC to add implicit parameters to #unison github.com/unisonweb/un... (and a prototype!) 🎉
Implicit parameters for Unison — RFC + partial prototype by runarorama · Pull Request #6229 · unisonweb/unison
This is a DRAFT of an RFC This PR serves as a suggestion for how implicits in Unison might work, and explores some of the code changes that would be necessary to make that a reality. This proposes ...
github.com
You gotta love a good, confident, agent: "Honest answer: I didn't verify those values, I just picked round numbers and asserted "matches Haskell". Let me actually check."
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.
Tired of typing stuff for your agent CLI? Here is a cool dictation app: github.com/build-trust/... (backed-up by gpt models and @autonomy_comp behind the scene)
GitHub - build-trust/freeflow: FreeFlow - seamless speech to text in any app. Press a hotkey, dictate naturally, polished text appears in any app.
FreeFlow - seamless speech to text in any app. Press a hotkey, dictate naturally, polished text appears in any app. - build-trust/freeflow
github.com
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!
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.
unison-lang.org
Finally got around watching it in full. New threads ability of @unison-lang.org youtu.be/xU_MRNNo4kg?...
Introducing the Threads ability for safer structured concurrency
YouTube video by Unison Language
youtu.be
🫣 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
🎥 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
This uses my Unison library for command-line args: share.unison-lang.org/@etorreborre...!
@etorreborre/potions | Unison Share
This is a library for parsing command-line arguments. #cli #options
share.unison-lang.org
This was posted by a cli app written in Unison. Here is how: https://youtu.be/JspYnldTS8c
J'ai mis les slides annotés en ligne cltdl.fr/talks/
Clément Delafargue 🚸
cltdl.fr
It me.
#haskell is the most token-efficient statically-typed language: martinalderson.com/posts/which-... (almost on par with #python)
Which programming languages are most token-efficient?
Comparing token efficiency across 19 popular programming languages using RosettaCode data - from Clojure to C, there's a 2.6x difference.
martinalderson.com
#haskell will start producing static executables: gitlab.haskell.org/ghc/ghc/-/co...
Support statically linking executables properly (1ac1a541) · Commits · Glasgow Haskell Compiler / GHC · GitLab
Fixes #26434 In detail, this does a number of things: * Makes GHC aware of 'extra-libraries-static' (this changes the package database format). * Adds a switch '-static-external' that will honour...
gitlab.haskell.org
Wow - my daughter, Gabrielle Torreborre, has the #1 most-viewed music video on PromoNews for 2025, ahead of Lady Gaga in second place! www.promonews.tv/playlists/be...
Best of 2025: Most Viewed Videos on Promonews (10-1)
Here are the 10 most popular music videos that we featured in 2025. That's in terms of page reads - hence they are the Most Viewed videos of the year.
promonews.tv
Good to know, I wasn't aware of this: "runST do not prevent resources from escaping" welltypedwit.ch/posts/runst-... #haskell
runST does not prevent resources from escaping
runST does not prevent resources from escaping
welltypedwit.ch
The best example out there is the `validation-selective` package flora.pm/packages/@ha...
@hackage › validation-selective — Flora.pm
Lighweight pure data validation based on Applicative and Selective functors
flora.pm
Selective Applicative Functors (SAF) as "exclusive determined choice: blog.veritates.love/selective_ap... -> it helps to understand SAF as arrows choosing the next action over a limited number of choices.
Selective Applicative Functors (SAF) as "exclusive determined choice: blog.veritates.love/selective_ap... -> it helps to understand SAF as arrows choosing the next action over a limited number of choices.
Selective Applicative Functors
blog.veritates.love
Sad to learn that there will not be a #lambdadays 2026 conference in Krakow. As a consolation, all the 2025 talks have now been published including mine: www.youtube.com/watch?v=LDln...
Shoehorning dependency injection into a FP language (...)? - Eric Torreborre | Lambda Days 2025
YouTube video by Code Sync
youtube.com
Solving the AOC problems with #lean4 github.com/sdiehl/aoc-2... (why the := syntax though? 😥)
GitHub - sdiehl/aoc-2025-lean: Advent of Code 2025 done in Lean 4
Advent of Code 2025 done in Lean 4. Contribute to sdiehl/aoc-2025-lean development by creating an account on GitHub.
github.com
Here we go. My daughter next movie will be about mental health: www.gofundme.com/f/support-tu...
Donate to Support Tussle: A Short Film About Youth Mental Health, organized by Gabrielle Torreborre
Hi! I'm Gabby, a French and Australian writer/director based … Gabrielle Torreborre needs your support for Support Tussle: A Short Film About Youth Mental Health
gofundme.com
My daughter directed a new music video clip: youtu.be/GMujCiddg6E. Really proud of her!
RAGNI - MUSIC VIDEO
YouTube video by Garo Studios
youtu.be
🎉 Unison 1.0 has landed! After years of engineering, design, and community collaboration, we’re excited to announce this milestone! Spread the word!
Announcing Unison 1.0
After years of engineering, design, and community collaboration, we're excited to release Unison 1.0. This version delivers a refined programming workflow and a mature toolchain. Join us as we celebrate this milestone and look ahead to the future of Unison.
unison-lang.org
released sbt 1.12.0-M2, which supports JAR-less scala3_library for potentially upcoming version of Scala 3.x eed3si9n.com/sbt-1.12.0-M2 #Scala
sbt 1.12.0-M2 · eed3si9n
eed3si9n.com