haskell
2025
Calling Rust from Haskell, and vice versa.
Integrating different programming languages can be a complex endeavor. This article explores the fascinating world of Foreign Function Interface (FFI), demonstrating how to bridge Haskell and Rust.
2023
Breaking apart the Haskell type class
Type classes are perhaps the most distinctive feature of Haskell. I’ve found them pretty confusing, but in reality they are an incredibly elegant solution to a certain problem found in functional languages.