The more I learn about Nix — a purely functional package manager — the more I am convinced this is the way forward. Even if there’s still room for big …
Read More →🏷️ Haskell
9 posts tagged with "Haskell"
As I’m preparing a talk about refinement types I will be giving this Thursday at the Functional Tricity Meetup, and I’ve recently given a similar …
Read More →Discussing the importance of strong types in domain modeling at the Functional Tricity online meetup. Slides View slides in fullscreen here.
Read More →If you use Ubuntu or any other Linux distribution (AKA distro) together with Nixpkgs, you might have noticed things don’t play so well together. Nixpkgs …
Read More →In the past few months I have learnt a lot! Probably the coolest stuff has been about Functional Dependencies and Type Families, so this is my attempt to …
Read More →Introducing the Haskell language to an audience of (mostly) Scala developers in the beautiful city of Medellin. Slides View slides in fullscreen here.
Read More →Having introduced Haskell at my last job I wanted to put into practice all the stuff I learned: take the good, leave the bad. So I started working on an …
Read More →Showcasing the Haskell language to an audience of Scala developers, highlighting the similarities and differences. Slides View slides in fullscreen here.
Read More →Showcasing three different ways of performing data validation in Haskell: Simple Validation. A bit more descriptive: Either Monad. Full report of errors: …
Read More →